Skip to content

Commit

Permalink
chore: Remove package.json unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
myxvisual committed Jun 29, 2017
1 parent ec5ac77 commit 86c5e59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
7 changes: 1 addition & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,8 @@
"@types/webpack": "^2.2.15",
"@types/webpack-env": "^1.13.0",
"awesome-typescript-loader": "^3.1.2",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"body-parser": "^1.17.1",
"compression": "^1.6.2",
"cors": "^2.8.3",
Expand All @@ -55,7 +51,6 @@
"react-hot-loader": "^3.0.0-beta.6",
"serve-static": "^1.12.2",
"source-map-loader": "^0.1.5",
"style-loader": "^0.16.1",
"ts-loader": "^2.0.3",
"ts-node": "^3.0.2",
"typescript": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions docs/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ module.exports = {
modules: ['./node_modules', './src'],
alias: {
'react-uwp': path.resolve(__dirname, '../src'),
'marked': path.resolve(__dirname, './node_modules/marked'),
'prismjs': path.resolve(__dirname, './node_modules/prismjs'),
'marked': path.resolve(__dirname, '../node_modules/marked'),
'prismjs': path.resolve(__dirname, '../node_modules/prismjs'),
'react': path.resolve(__dirname, './node_modules/react'),
'react-dom': path.resolve(__dirname, './node_modules/react-dom')
}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"preprod": "cd docs && npm run preprod",
"preinstall": "cd docs && npm install",
"start": "cd docs && npm start",
"test": "echo \"Error: no test specified\" && exit 0",
"build": "npm-run-all build:copy build:source && node scripts/rewriteFile",
Expand Down

0 comments on commit 86c5e59

Please sign in to comment.