This commit is contained in:
Jeronimo Vallelunga 2017-07-14 20:16:25 -03:00
parent 3089452619
commit e7676fd733
1 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "redux-bluetooth",
"version": "0.1.1",
"version": "0.1.2",
"description": "Redux middleware to dispatch actions via bluetooth to a peripheral store",
"main": "build/index.js",
"scripts": {
@ -26,14 +26,16 @@
"example:peripheral:build": "cd example/peripheral && npm run build",
"example:peripheral:start": "cd example/peripheral && npm start",
"test:ci": "jest --config .jest.ci.json",
"pretest:coverage:ci": "npm run test:coverage",
"pretest:coverage:ci": "npm run test:coverage",
"test:coverage:ci": "codecov -t $CODECOV_TOKEN",
"test:bundlesize:ci": "bundlesize",
"preexample:deploy:ci": "npm run example:webapp:install",
"example:deploy:ci": "npm run example:webapp:build"
},
"babel": {
"presets": ["latest"]
"presets": [
"latest"
]
},
"repository": {
"type": "git",