Skip to content

Commit

Permalink
Ignoring some files
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrowd committed Aug 27, 2016
1 parent 9905ecf commit 474ae64
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 238 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -2,4 +2,6 @@ node_modules
.DS_Store
npm-debug.log
.bash_profile
dev
dev
dist
lib/main.js
3 changes: 2 additions & 1 deletion .npmignore
Expand Up @@ -3,4 +3,5 @@ tasks
dist
dev
build
gulpfile.js
gulpfile.js
lib/main.js
234 changes: 0 additions & 234 deletions lib/main.js

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -28,8 +28,7 @@
"test": "jest",
"prebuild": "npm test",
"build": "babel ./src -d lib --ignore '__tests__' && gulp styles:package",
"prepare-for-publishing-to-npm": "git pull && npm run build && git commit -am 'Prepare for publishing'",
"publish-to-npm": "git pull && npm run build && git commit -am 'Prepare for publishing'",
"prepare-publishing-to-npm": "git pull && npm run build && git commit -am 'Prepare for publishing'",
"publish-to-npm": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master && npm publish && git push --tags)",
"publish-to-gh-pages": "node --harmony ./node_modules/gulp/bin/gulp publish"
},
Expand Down

0 comments on commit 474ae64

Please sign in to comment.