Skip to content

Commit

Permalink
dependencies issue fixed and netlify file moved
Browse files Browse the repository at this point in the history
  • Loading branch information
RubioHaro committed Aug 17, 2020
1 parent f283e15 commit 539b915
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
File renamed without changes.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,16 @@
"author": "Rodrigo R. Rubio Haro",
"license": "MIT",
"dependencies": {
"svelte": "^3.24.1"
"svelte": "^3.24.1",
"@babel/core": "7.11.1",
"@babel/polyfill": "7.10.4",
"@babel/preset-env": "7.11.0",
"babel-loader": "8.1.0",
"html-webpack-plugin": "4.3.0",
"svelte-loader": "2.13.6",
"webpack": "4.44.1",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
},
"devDependencies": {
"@babel/core": "^7.11.1",
Expand All @@ -27,4 +36,4 @@
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}
}

0 comments on commit 539b915

Please sign in to comment.