Travis: relaese 0.0.1
This commit is contained in:
parent
774934a1ea
commit
744abbf6b8
|
@ -40,6 +40,6 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"redux": "^3.7.1",
|
"redux": "^3.7.1",
|
||||||
"redux-bluetooth": "file:../../"
|
"redux-bluetooth": "^0.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
"react-dom": "^15.6.1",
|
"react-dom": "^15.6.1",
|
||||||
"react-redux": "^5.0.5",
|
"react-redux": "^5.0.5",
|
||||||
"redux": "^3.7.1",
|
"redux": "^3.7.1",
|
||||||
"redux-bluetooth": "file:../../",
|
"redux-bluetooth": "^0.1.1",
|
||||||
"redux-thunk": "^2.2.0"
|
"redux-thunk": "^2.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -18,6 +18,8 @@
|
||||||
"example:webapp:install": "cd example/webapp && npm install",
|
"example:webapp:install": "cd example/webapp && npm install",
|
||||||
"example:webapp:build": "cd example/webapp && npm run build",
|
"example:webapp:build": "cd example/webapp && npm run build",
|
||||||
"example:webapp:deploy": "cd example/webapp && npm run deploy",
|
"example:webapp:deploy": "cd example/webapp && npm run deploy",
|
||||||
|
"preexample:install": "npm run example:peripheral:install",
|
||||||
|
"example:install": "npm run example:webapp:install",
|
||||||
"example:start": "npm run example:peripheral:start",
|
"example:start": "npm run example:peripheral:start",
|
||||||
"example:deploy": "npm run example:webapp:deploy",
|
"example:deploy": "npm run example:webapp:deploy",
|
||||||
"preexample:ci": "npm run example:webapp:install",
|
"preexample:ci": "npm run example:webapp:install",
|
||||||
|
|
Loading…
Reference in New Issue