Skip to content

Commit

Permalink
Drop yarn lock, move deps to devdeps in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
agjohnson committed Jul 19, 2019
1 parent c5d01ad commit cb87d8f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5,661 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
*.map
.ropeproject/
.ruby-version
.node-version
.python-version
dist/
bower_components/
node_modules
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"start": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"dependencies": {
"dependencies": {},
"devDependencies": {
"bourbon": "~4.3",
"bourbon-neat": "~1.9",
"css-loader": "^2.1.1",
Expand All @@ -25,12 +26,10 @@
"style-loader": "^0.23.1",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-merge": "^4.2.1",
"wyrm": "^1.0.9"
},
"devDependencies": {
"webpack-dev-server": "^3.3.1",
"webpack-merge": "^4.2.1",
"webpack-shell-plugin": "^0.5.0",
"webpack-watch-files-plugin": "^1.0.3"
"webpack-watch-files-plugin": "^1.0.3",
"wyrm": "^1.0.9"
}
}
Loading

0 comments on commit cb87d8f

Please sign in to comment.