Skip to content

Commit

Permalink
Update package.json (#3161)
Browse files Browse the repository at this point in the history
  • Loading branch information
radium-v authored and chrisdholt committed Jun 4, 2020
1 parent 3a0431b commit 33b838e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions sites/fast-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"private": true,
"license": "MIT",
"devDependencies": {
"@microsoft/fast-components": "^0.10.1",
"@microsoft/fast-element": "0.9.0",
"@microsoft/fast-foundation": "1.0.0",
"@microsoft/fast-web-utilities": "4.5.0",
"@microsoft/fast-components": "1.0.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
Expand All @@ -23,11 +26,6 @@
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@microsoft/fast-element": "^0.8.1",
"@microsoft/fast-foundation": "^0.0.1",
"@microsoft/fast-web-utilities": "^4.4.5"
},
"scripts": {
"start": "webpack-dev-server --config=./webpack.dev.js --history-api-fallback --progress",
"build": "webpack --config=./webpack.prod.js",
Expand Down

0 comments on commit 33b838e

Please sign in to comment.