Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 2304d33

Browse files
committed
package.json: rename 'watch' task to 'dev' task
1 parent 839b4a1 commit 2304d33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "hasplayer.js",
33
"version": "1.15.0-dev",
44
"scripts": {
5+
"dev": "cd build && gulp watch",
56
"build": "cd build && gulp",
67
"doc": "cd build && gulp doc",
78
"deploy": "node ./build/deploy.js",
89
"dist": "node ./build/dist.js",
9-
"test": "node node_modules/intern/runner.js config=test/functional/testsCommon.js browsers=$BROWSER selenium=remote application=development",
10-
"watch": "cd build && gulp watch"
10+
"test": "node node_modules/intern/runner.js config=test/functional/testsCommon.js browsers=$BROWSER selenium=remote application=development"
1111
},
1212
"homepage": "https://github.com/Orange-OpenSource/hasplayer.js",
1313
"main": "dist/hasplayer.js",

0 commit comments

Comments
 (0)