Skip to content

Commit

Permalink
fix: update all @cocreate to use latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitamin committed Jun 24, 2021
1 parent 22746af commit ca732d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3,257 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
"html5-framework",
"javascript-framework"
],
"publishConfig": {
"access": "public"
},
"publishConfig": { "access": "public" },
"scripts": {
"start": "npx webpack --config webpack.config.js",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
Expand Down Expand Up @@ -59,8 +57,5 @@
"webpack-cli": "^4.5.0",
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/api": "^1.0.7",
"@cocreate/docs": "^1.0.3"
}
"dependencies": { "@cocreate/api": "latest", "@cocreate/docs": "latest" }
}

0 comments on commit ca732d6

Please sign in to comment.