Skip to content

Commit abb2be4

Browse files
committedNov 29, 2017
chore(package): publish to npm with @next dist tag
1 parent 51eeb0d commit abb2be4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"npm-run-all": "^4.1.1",
4747
"nyc": "^11.2.1",
4848
"proxyquire": "^1.8.0",
49-
"semantic-release": "^8.2.0",
49+
"semantic-release": "^11.0.0",
5050
"simple-mock": "^0.8.0",
5151
"standard": "^10.0.3",
5252
"standard-markdown": "^4.0.2"
@@ -66,7 +66,7 @@
6666
"build:ts": "node scripts/generate-typescript-types",
6767
"deploy-docs": "gh-pages-with-token -d apidoc",
6868
"presemantic-release": "npm run -s build",
69-
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
69+
"semantic-release": "semantic-release",
7070
"postpublish": "npm run -s deploy-docs"
7171
},
7272
"license": "MIT",
@@ -89,5 +89,8 @@
8989
"examples",
9090
"test"
9191
]
92+
},
93+
"publishConfig": {
94+
"tag": "next"
9295
}
9396
}

0 commit comments

Comments
 (0)
Please sign in to comment.