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

Commit f064ffd

Browse files
committed
Remove publish-latest as it is no longer maintained
1 parent a6eeedc commit f064ffd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
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",
15-
"postpublish": "publish-latest"
14+
"prepublish": "npm run lint && npm run clean && npm run test && npm run build"
1615
},
1716
"repository": {
1817
"type": "git",

0 commit comments

Comments
 (0)