Skip to content

Commit

Permalink
update npm release process
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Aug 30, 2016
1 parent 5c151a4 commit d61195b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
machine:
node:
version: 4.2.1
deployment:
release:
tag: /v.*/
owner: Financial-Times
commands:
- make npm-publish
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keen-query",
"version": "3.1.7",
"version": "0.0.0",
"description": "",
"main": "lib/index.js",
"dependencies": {
Expand Down Expand Up @@ -34,6 +34,7 @@
"fetch-mock": "^4.4.0",
"lintspaces-cli": "^0.4.0",
"mocha": "^2.4.2",
"npm-prepublish": "^1.2.1",
"sinon": "^1.17.3"
}
}

0 comments on commit d61195b

Please sign in to comment.