We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78664e0 commit 73ba52dCopy full SHA for 73ba52d
deploy.sh
@@ -7,7 +7,6 @@ then
7
git config --global user.name "Travis CI"
8
git clone --quiet --branch=${TRAVIS_BRANCH} https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG} travis-build
9
cd travis-build
10
- #npm install
11
ln -s ${TRAVIS_BUILD_DIR}/node_modules
12
grunt
13
git add dist/
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "kuzzle-sdk",
3
- "version": "1.4.0",
+ "version": "1.4.1",
4
"description": "Official Javascript SDK for Kuzzle",
5
"author": "The Kuzzle Team <[email protected]>",
6
"repository": {
0 commit comments