We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891bc41 commit 368ff53Copy full SHA for 368ff53
2 files changed
README.md
@@ -156,12 +156,17 @@ music: [
156
]
157
```
158
159
-## Development
+## Run in development
160
161
162
$ npm install
163
-$ npm install -g gulp
164
-$ gulp
+$ npm run dev
+```
165
+
166
+## Make a release
167
168
169
+$ npm run build
170
171
172
## Related Projects
package.json
@@ -4,7 +4,9 @@
4
"description": "Wow, such a beautiful html5 music player",
5
"main": "APlayer.js",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "dev": "gulp",
9
+ "build": "gulp release"
10
},
11
"repository": {
12
"type": "git",
0 commit comments