Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Commit

Permalink
fixes [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Nov 2, 2016
1 parent 4056fdc commit 0340d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add add them in this structure:
"exponentiation (**) operator",
],
},
```
```

#### Update [`plugins.json`](/data/plugins.json)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0340d66

Please sign in to comment.