Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
Fix Readme and package
Browse files Browse the repository at this point in the history
  • Loading branch information
Rulox committed Jan 25, 2017
1 parent 6d2509d commit 6276b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ npm run start
```bash
npm run build
```
1. Build CSS and JS files.
1. Build CSS and JS files. With this command, the js will be minified, the bundle version will be used in the html.

```bash
npm run lint
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "Basic Structure for React app following Atomic Design",
"scripts": {
"start": "webpack-dev-server --inline --hot --progress --colors",
"build2": "webpack -p",
"build": "webpack -p --config ./webpack-production.config.js --progress --colors",
"build": "webpack --config ./webpack-production.config.js --progress --colors",
"lint": "eslint ./app/ --ext .js --ext .jsx --fix",
"watch": "webpack --watch --progress",
"clean": "rm -rf dist && npm cache clean"
Expand All @@ -27,7 +26,6 @@
},
"homepage": "https://github.com/Rulox/react-atomic-structure#readme",
"dependencies": {
"gulp": "^3.9.1",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-router": "^2.8.1",
Expand Down

0 comments on commit 6276b9c

Please sign in to comment.