Skip to content

Commit

Permalink
Chore: mv scripts/* to tools/* (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Feb 21, 2019
1 parent f8f28d6 commit c26a399
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"lint": "eslint .",
"test": "mocha \"tests/**/*.js\"",
"pretest": "npm run lint",
"generate-readme-table": "node scripts/generate-readme-table.js",
"generate-readme-table": "node tools/generate-readme-table.js",
"generate-release": "node-release-script",
"new": "node scripts/new-rule.js"
"new": "node tools/new-rule.js"
},
"files": [
"LICENSE",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit c26a399

Please sign in to comment.