fixes [skip ci]

This commit is contained in:
Henry Zhu 2016-11-02 12:02:23 -04:00
parent 414acf5fda
commit 9e97b59a2f
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ Add add them in this structure:
"exponentiation (**) operator",
],
},
```
```
#### Update [`plugins.json`](/data/plugins.json)

View File

@ -15,7 +15,7 @@
"fix": "eslint scripts src test --fix",
"ci": "npm run test",
"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
"test": "npm run build && mocha ./test --compilers js:babel-register"
"test": "npm run build && mocha ./test --compilers js:babel-register -t 5000"
},
"dependencies": {
"babel-plugin-check-es2015-constants": "^6.3.13",