We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245ad4d commit a2737c0Copy full SHA for a2737c0
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codeflask",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "A micro code-editor for awesome web pages",
5
"main": "build/codeflask.min.js",
6
"files": [
@@ -14,7 +14,7 @@
14
"start": "serve public",
15
"pretest": "npm run build && node test/script-load.js",
16
"test": "wdio test/wdio.conf.js",
17
- "prepublishOnly": "npm run build"
+ "prepublishOnly": "npm install && npm run build"
18
},
19
"dependencies": {
20
"prismjs": "^1.14.0"
0 commit comments