Skip to content

Commit

Permalink
add changelog, order depedencies, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Volkmar Kantor committed Dec 13, 2019
1 parent 0a97d88 commit 3626b7d
Show file tree
Hide file tree
Showing 10 changed files with 130 additions and 58 deletions.
79 changes: 58 additions & 21 deletions __dev/package-lock.json

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

8 changes: 4 additions & 4 deletions __dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@
"start": "webpack --watch",
"export": "webpack --env.export"
},
"author": "Volkmar kantor",
"author": "Volkmar Kantor",
"license": "GPL-3.0-only",
"dependencies": {
"cropperjs": "^1.5.6",
"vue": "^2.6.11",
"vue-loader": "^15.7.2",
"vue-template-compiler": "^2.6.11"
"vue": "^2.6.11"
},
"devDependencies": {
"@babel/core": "^7.7.5",
Expand All @@ -32,6 +30,8 @@
"postcss-loader": "^3.0.0",
"raw-loader": "^4.0.0",
"style-loader": "^1.0.1",
"vue-loader": "^15.7.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
Expand Down
Loading

0 comments on commit 3626b7d

Please sign in to comment.