Skip to content

Commit

Permalink
Add @babel/runtime as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pqml committed Oct 20, 2018
1 parent a1742d3 commit 0155c57
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kirby-webpack",
"version": "0.10.0",
"version": "0.11.0",
"description": "A kirby starter-kit with modern frontend tools",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -33,13 +33,13 @@
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@pqml/node-php-server": "^0.4.0",
"autoprefixer": "^9.1.5",
"autoprefixer": "^9.2.1",
"babel-loader": "^8.0.4",
"browser-sync": "^2.26.0",
"browser-sync": "^2.26.3",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"cssnano": "^4.1.4",
"eslint": "^5.6.1",
"cssnano": "^4.1.5",
"eslint": "^5.7.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
Expand All @@ -51,17 +51,19 @@
"kool-shell": "^2.1.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.3",
"mini-css-extract-plugin": "^0.4.4",
"postcss-loader": "^3.0.0",
"progress-bar-webpack-plugin": "^1.11.0",
"resolve-url-loader": "^3.0.0",
"style-loader": "^0.23.1",
"tail": "^2.0.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.20.2",
"webpack": "^4.21.0",
"webpack-dev-middleware": "^3.4.0",
"webpack-hot-middleware": "^2.24.3",
"webpack-merge": "^4.1.4"
},
"dependencies": {}
"dependencies": {
"@babel/runtime": "^7.1.2"
}
}
2 changes: 1 addition & 1 deletion www/assets/builds/bundle.js

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

0 comments on commit 0155c57

Please sign in to comment.