Skip to content

Commit

Permalink
s/script/scripts/
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Nov 11, 2014
1 parent 278cfbc commit ebcc11f
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ always be in sync.

- `npm start` runs the dev server to run/develop examples
- `npm test` will run the test.
- `script/test` same as `npm test` but keeps karma running and watches
- `scripts/test` same as `npm test` but keeps karma running and watches
for changes

### Build

Please do not include the output of `script/build` in your commits, we
Please do not include the output of `scripts/build` in your commits, we
only do this when we release. (Also, you probably don't need to build
anyway unless you are fixing something around our global build.)

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"example": "examples"
},
"scripts": {
"test": "script/test --browsers Firefox --single-run",
"start": "script/dev-examples"
"test": "scripts/test --browsers Firefox --single-run",
"start": "scripts/dev-examples"
},
"authors": [
"Ryan Florence"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ebcc11f

Please sign in to comment.