Skip to content

Commit

Permalink
remove dependencies from package.json template
Browse files Browse the repository at this point in the history
  • Loading branch information
luctst committed Jan 21, 2020
1 parent ac46e13 commit e0fdc04
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/template/package.json
Expand Up @@ -31,15 +31,5 @@
"lint:fix": "npx eslint --fix './lib/**/*.js'",
"style": "prettier -c './lib/**/*.js'",
"style:fix": "prettier --c --write './lib/**/*.js'"
},
"devDependencies": {
"ava": "",
"eslint": "",
"eslint-config-airbnb-base": "",
"eslint-config-prettier": "",
"eslint-plugin-import": "",
"eslint-plugin-prettier": "",
"eslint-watch": "",
"prettier": ""
}
}

0 comments on commit e0fdc04

Please sign in to comment.