Update Release

This commit is contained in:
Jeronimo Vallelunga 2017-07-25 23:40:59 -03:00
parent 685cc2e3be
commit 2b71f14021
2 changed files with 3 additions and 6 deletions

View File

@ -1,3 +0,0 @@
{
"testPathIgnorePatterns": ["/src/"]
}

View File

@ -1,6 +1,6 @@
{
"name": "redux-bluetooth",
"version": "0.1.7",
"version": "0.1.10",
"description": "Redux middleware to dispatch actions via bluetooth to a peripheral store",
"main": "build/index.js",
"scripts": {
@ -25,8 +25,8 @@
"example:peripheral:build": "cd example/peripheral && npm run build",
"example:peripheral:start": "cd example/peripheral && npm start",
"ci:test": "jest --config .jest.ci.json",
"ci:report:coverage": "npm run test:coverage && codecov -t $CODECOV_TOKEN",
"ci:test": "jest ./build/",
"ci:report:coverage": "npm run ci:test -- --coverage && codecov -t $CODECOV_TOKEN",
"ci:example:build": "npm run example:webapp:install && npm run example:webapp:build"
},
"babel": {