Skip to content

Commit cad28b7

Browse files
committed
made version number compatible with semver
1 parent 4f5e6a5 commit cad28b7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ script:
66
- grunt
77
before_install: npm install -g grunt-cli
88
install: npm install
9+
deploy:
10+
provider: npm
11+
email:
912
after_success:
1013
- if [ "${TRAVIS_BRANCH}" = "master" ]; then git config --global user.email "[email protected]";
1114
fi

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kuzzle-sdk",
3-
"version": "1.0-alpha.1",
3+
"version": "1.0.0-alpha.1",
44
"description": "A connector for the Kuzzle API",
55
"author": "The Kuzzle Team <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)