mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
extract addStorage api from dataApi and add its test
replace module-alias with babel-plugin-webpack-alias
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"postinstall": "npm run vendor",
|
||||
"vendor": "oh-my-cdn",
|
||||
"compile": "grunt compile",
|
||||
"test": "NODE_ENV=test ava"
|
||||
"test": "PWD=$(pwd) NODE_ENV=test ava"
|
||||
},
|
||||
"config": {
|
||||
"electron-version": "1.2.8"
|
||||
@@ -65,7 +65,6 @@
|
||||
"babel": "^6.5.2",
|
||||
"babel-core": "^6.3.26",
|
||||
"babel-loader": "^6.2.0",
|
||||
"babel-plugin-module-alias": "^1.6.0",
|
||||
"babel-plugin-react-transform": "^2.0.0",
|
||||
"babel-preset-es2015": "^6.3.13",
|
||||
"babel-preset-react": "^6.3.13",
|
||||
|
||||
Reference in New Issue
Block a user