We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4755fb9 commit b2fcc50Copy full SHA for b2fcc50
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "faultline-js",
3
- "version": "0.1.3",
+ "version": "0.2.0",
4
"description": "faultline exception and error notifier for JavaScript.",
5
"author": "k1LoW",
6
"license": "MIT",
@@ -33,7 +33,8 @@
33
"tslint-loader": "^3.5.3",
34
"typescript": "^2.4.2",
35
"uglify-js": "github:mishoo/UglifyJS2#harmony",
36
- "webpack": "^3.0.0"
+ "webpack": "^3.0.0",
37
+ "octopublish": "*"
38
},
39
"main": "dist/client.js",
40
"files": [
0 commit comments