Skip to content

Commit

Permalink
Merge branch 'master' of github.com:WDI-SEA/TEMPLATE-js
Browse files Browse the repository at this point in the history
  • Loading branch information
bhague1281 committed Jun 9, 2016
2 parents 32f8910 + 1123aa4 commit d155401
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added js/.keep
Empty file.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"description": "Airbnb mockup practice",
"main": "index.js",
"scripts": {
"lint:js": "node_modules/eslint/bin/eslint.js src/js; exit 0",
"lint:css": "node_modules/csslint/cli.js src/css/; exit 0",
"start": "node_modules/browser-sync/bin/browser-sync.js start --server 'src' --files 'src'",
"deploy": "git subtree push --prefix src origin gh-pages"
"lint:js": "node_modules/eslint/bin/eslint.js js --fix; exit 0",
"lint:css": "node_modules/csslint/cli.js css/; exit 0",
"start": "node_modules/browser-sync/bin/browser-sync.js start --server . --files ."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d155401

Please sign in to comment.