0.1.1
This commit is contained in:
parent
83e852dc95
commit
774934a1ea
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "redux-bluetooth",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "Redux middleware to dispatch actions via bluetooth to a peripheral store",
|
||||
"main": "build/index.js",
|
||||
"scripts": {
|
||||
|
@ -15,12 +15,12 @@
|
|||
"example:peripheral:install": "cd example/peripheral && npm install",
|
||||
"example:peripheral:build": "cd example/peripheral && npm run build",
|
||||
"example:peripheral:start": "cd example/peripheral && npm start",
|
||||
"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:deploy": "cd example/webapp && npm run deploy",
|
||||
"example:start": "npm run example:peripheral:start" ,
|
||||
"example:start": "npm run example:peripheral:start",
|
||||
"example:deploy": "npm run example:webapp:deploy",
|
||||
"preexample:ci": "npm run example:webapp:install",
|
||||
"preexample:ci": "npm run example:webapp:install",
|
||||
"example:ci": "npm run example:webapp:build"
|
||||
},
|
||||
"babel": {
|
||||
|
|
Loading…
Reference in New Issue