Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Commit

Permalink
Update some needed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
João Guilherme committed Jul 20, 2016
1 parent 90485e9 commit 6c504aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# cheffplate
:beginner: Webpack + React+Redux + Karma + Stylus + PostCSS + Custom architecture and compiling boilerplate way to build custom webapps/websites from zero.
:beginner: Webpack + React+Redux + Karma + Stylus + PostCSS + Custom architecture and compiler boilerplate way to build custom applications from zero.

ps. Keep in mind: feel free to create an issue, contribute and discuss about it after all I created this boilerplate because of my preference on using it and its technologies applied.

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "cheffplate",
"version": "0.1.0",
"description": "Webpack + React+Redux + Karma + Stylus + PostCSS + Custom architecture and compiling boilerplate way to build custom webapps/websites from zero.",
"dependencies": {},
"devDependencies": {},
"description": "Webpack + React+Redux + Karma + Stylus + PostCSS + Custom architecture and compiler boilerplate way to build custom applications from zero.",
"scripts": {
"start": "npm i && npm run build",
"stop": "rimraf dist",
"dev": "webpack-dev-server --config ./webpack-dev.config.js --watch --colors --open",
"build": "npm stop && webpack --config ./webpack-prod.config.js --colors",
"test": "echo NO TESTS SPECIFIED"
},
"dependencies": {},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/guicheffer/cheffplate.git"
"url": "https://github.com/guicheffer/cheffplate.git"
},
"keywords": [
"webpack",
Expand Down

0 comments on commit 6c504aa

Please sign in to comment.