Update package.json

fix  eslint config error when run gulp in windows.
pull/161/head
CowPanda 2016-09-09 18:40:14 +08:00 committed by GitHub
parent f89cdf0916
commit eb0e160022
1 changed files with 5 additions and 0 deletions

View File

@ -44,5 +44,10 @@
},
"scripts": {
"postinstall": "bower install"
},
"eslintConfig": {
"globals": {
"window": true
}
}
}