v0.1.10
This commit is contained in:
parent
efa80c11a4
commit
9f925633e0
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "redux-bluetooth",
|
"name": "redux-bluetooth",
|
||||||
"version": "0.1.9",
|
"version": "0.1.10",
|
||||||
"description": "Redux middleware to dispatch actions via bluetooth to a peripheral store",
|
"description": "Redux middleware to dispatch actions via bluetooth to a peripheral store",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -14,7 +14,6 @@
|
||||||
"test:coverage": "npm test -- --coverage",
|
"test:coverage": "npm test -- --coverage",
|
||||||
"prepublish": "npm run build",
|
"prepublish": "npm run build",
|
||||||
"release": "np",
|
"release": "np",
|
||||||
|
|
||||||
"example:install": "npm run example:peripheral:install && npm run example:webapp:install",
|
"example:install": "npm run example:peripheral: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",
|
||||||
|
@ -24,7 +23,6 @@
|
||||||
"example:peripheral:install": "cd example/peripheral && yarn install",
|
"example:peripheral:install": "cd example/peripheral && yarn install",
|
||||||
"example:peripheral:build": "cd example/peripheral && npm run build",
|
"example:peripheral:build": "cd example/peripheral && npm run build",
|
||||||
"example:peripheral:start": "cd example/peripheral && npm start",
|
"example:peripheral:start": "cd example/peripheral && npm start",
|
||||||
|
|
||||||
"ci:test": "jest --config .jest.ci.json",
|
"ci:test": "jest --config .jest.ci.json",
|
||||||
"ci:report:coverage": "npm run test:coverage && codecov -t $CODECOV_TOKEN",
|
"ci:report:coverage": "npm run test:coverage && codecov -t $CODECOV_TOKEN",
|
||||||
"ci:example:build": "npm run example:webapp:install && npm run example:webapp:build"
|
"ci:example:build": "npm run example:webapp:install && npm run example:webapp:build"
|
||||||
|
|
Loading…
Reference in New Issue