Skip to content

Commit

Permalink
don't store list files in git
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed May 10, 2016
1 parent 3fd1655 commit 7d9f40a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1,230 deletions.
3 changes: 3 additions & 0 deletions dist/.gitignore
@@ -0,0 +1,3 @@
*
!.gitignore
!.npmignore
4 changes: 4 additions & 0 deletions dist/.npmignore
@@ -0,0 +1,4 @@
*
!backbone.js
!base.js
!react.js
407 changes: 0 additions & 407 deletions dist/backbone.js

This file was deleted.

405 changes: 0 additions & 405 deletions dist/base.js

This file was deleted.

417 changes: 0 additions & 417 deletions dist/react.js

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -22,6 +22,7 @@
"basisjs-tools": "^1.6.1"
},
"scripts": {
"build": "basis build"
"build": "basis build",
"prepublish": "npm run build"
}
}

0 comments on commit 7d9f40a

Please sign in to comment.