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

Commit

Permalink
Adjust policy regarding build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Kureev committed Sep 9, 2017
1 parent 47d561a commit d692afb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
*.swp
.DS_Store
**/.DS_Store
.idea/
.idea
build
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
examples
node_modules
./.*
index.js
styles.js
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Simple customizable component to create side menu",
"main": "build/index.js",
"scripts": {
"build": "babel index.js > build/index.js && babel styles.js > build/styles.js"
"build": "babel index.js > build/index.js && babel styles.js > build/styles.js",
"prepublish": "babel index.js > build/index.js && babel styles.js > build/styles.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d692afb

Please sign in to comment.