Skip to content

Commit b3a12ad

Browse files
committed
fix: package versioningto 1.0.0
1 parent e3b42ae commit b3a12ad

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": {
24-
"access": "public"
25-
},
23+
"publishConfig": { "access": "public" },
2624
"scripts": {
2725
"start": "npx webpack --config webpack.config.js --watch",
2826
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -50,7 +48,7 @@
5048
"webpack-log": "^3.0.1"
5149
},
5250
"dependencies": {
53-
"@cocreate/docs": "latest",
51+
"@cocreate/docs": "^1.0.0",
5452
"mini-css-extract-plugin": "^1.5.0"
5553
}
5654
}

0 commit comments

Comments
 (0)