Skip to content
This repository has been archived by the owner on Mar 1, 2020. It is now read-only.

Commit

Permalink
move test -> example (same as #19)
Browse files Browse the repository at this point in the history
according to #16 (comment), the origin `test` is just an example, not the "test" work.
  • Loading branch information
PeterDaveHello committed Sep 20, 2015
1 parent 1fa62d6 commit b1b45fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"cdnjs-importer": "./bin/cdnjs-importer"
},
"scripts": {
"test": "node test"
"test": "echo \"Error: no test specified\" && exit 1",
"example": "node example"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b1b45fb

Please sign in to comment.