Skip to content

Commit b2fcc50

Browse files
committed
Bump up version number
1 parent 4755fb9 commit b2fcc50

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faultline-js",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "faultline exception and error notifier for JavaScript.",
55
"author": "k1LoW",
66
"license": "MIT",
@@ -33,7 +33,8 @@
3333
"tslint-loader": "^3.5.3",
3434
"typescript": "^2.4.2",
3535
"uglify-js": "github:mishoo/UglifyJS2#harmony",
36-
"webpack": "^3.0.0"
36+
"webpack": "^3.0.0",
37+
"octopublish": "*"
3738
},
3839
"main": "dist/client.js",
3940
"files": [

0 commit comments

Comments
 (0)