Skip to content
This repository was archived by the owner on Jun 18, 2018. It is now read-only.

Commit f9acb69

Browse files
committed
v1.0.0
1 parent feb6eaa commit f9acb69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"lint": "eslint .",
1212
"test": "mocha --compilers js:babel/register --recursive",
1313
"test:watch": "npm run test -- --watch",
14-
"prepublish": "npm run lint && npm run clean && npm run test && npm run build"
14+
"prepublish": "npm run lint && npm run clean && npm run test && npm run build",
15+
"postpublish": "publish-latest"
1516
},
1617
"repository": {
1718
"type": "git",
@@ -31,6 +32,7 @@
3132
"eslint-config-airbnb": "^0.1.0",
3233
"expect.js": "^0.3.1",
3334
"mocha": "^2.0.1",
35+
"publish-latest": "^1.1.2",
3436
"rimraf": "^2.4.3",
3537
"webpack": "^1.12.2"
3638
},

0 commit comments

Comments
 (0)