Skip to content

Commit

Permalink
V 1.2.1
Browse files Browse the repository at this point in the history
dependency problem solved
  • Loading branch information
ujjwalguptaofficial committed Jun 9, 2018
1 parent 53bb147 commit f3793b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/scripts/bundle.7d6b0b97bc523f43bcf1.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idbstudio",
"version": "1.2.0",
"version": "1.2.1",
"keywords": [
"idbstudio",
"jsstore",
Expand All @@ -19,14 +19,10 @@
"start": "webpack-dev-server --progress --colors --inline --content-base build"
},
"devDependencies": {
"commander": "^2.15.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"express": "^4.16.3",
"file-loader": "^1.1.11",
"fs-extra": "^6.0.1",
"html-webpack-plugin": "^3.2.0",
"loading-indicator": "^2.0.0",
"node-sass": "^4.8.1",
"opn": "^5.2.0",
"sass-loader": "^7.0.1",
Expand Down Expand Up @@ -54,7 +50,11 @@
"axios": "^0.18.0",
"bootstrap": "^4.1.1",
"bootstrap-vue": "^2.0.0-rc.2",
"commander": "^2.15.1",
"express": "^4.16.3",
"fs-extra": "^6.0.1",
"jsstore": "^2.1.2",
"loading-indicator": "^2.0.0",
"vue": "^2.5.13"
}
}

0 comments on commit f3793b7

Please sign in to comment.