0.1.2
This commit is contained in:
parent
3089452619
commit
e7676fd733
|
@ -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": {
|
||||
|
@ -33,7 +33,9 @@
|
|||
"example:deploy:ci": "npm run example:webapp:build"
|
||||
},
|
||||
"babel": {
|
||||
"presets": ["latest"]
|
||||
"presets": [
|
||||
"latest"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue