Navigation Menu

Skip to content

Commit

Permalink
Add new dependency to support ES7 features linter and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Dec 6, 2015
1 parent 1ad2608 commit dc75810
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
5 changes: 4 additions & 1 deletion esdoc.json
@@ -1,4 +1,7 @@
{
"source": "./lib",
"destination": "./pages"
"destination": "./pages",
"plugins": [
{"name": "esdoc-es7-plugin"}
]
}
11 changes: 7 additions & 4 deletions package.json
Expand Up @@ -9,8 +9,8 @@
"minimap",
"overview"
],
"scripts":{
"standard": "standard lib/**/*.js spec/**/*.js",
"scripts": {
"standard": "standard lib/*.js lib/**/*.js spec/**/*.js",
"esdoc": "esdoc -c esdoc.json"
},
"contributors": [
Expand Down Expand Up @@ -45,10 +45,13 @@
"underscore-plus": "1.x"
},
"devDependencies": {
"standard": "^5.1.0",
"esdoc": "^0.4.0"
"babel-eslint": "^4.1.6",
"esdoc": "^0.4.0",
"esdoc-es7-plugin": "0.0.3",
"standard": "^5.1.0"
},
"standard": {
"parser": "babel-eslint",
"globals": [
"advanceClock",
"atom",
Expand Down

0 comments on commit dc75810

Please sign in to comment.