1
0
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:
Dick Choi
2016-08-25 23:53:30 +09:00
parent fb8041fb4b
commit 88538257ac
4 changed files with 211 additions and 8 deletions

View File

@@ -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",