We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2dfb5 commit 94ec569Copy full SHA for 94ec569
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codeflask",
3
- "version": "1.1.1",
+ "version": "1.2.0",
4
"description": "A micro code-editor for awesome web pages",
5
"main": "build/codeflask.min.js",
6
"module": "build/codeflask.module.js",
@@ -12,7 +12,7 @@
12
],
13
"scripts": {
14
"build": "rollup -c",
15
- "dev": "serve build & rollup -c -w",
+ "dev": "serve bui ld & rollup -c -w",
16
"start": "serve public",
17
"pretest": "npm run build",
18
"test": "wdio test/wdio.conf.js",
0 commit comments