Skip to content

Commit ae2a48e

Browse files
committed
Removed dist and bin from gitignore and readded bin to package.json
1 parent 2579f58 commit ae2a48e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,3 @@ jspm_packages
3232

3333
# Optional REPL history
3434
.node_repl_history
35-
36-
# Node / Distribution folder. Should be included with "git add --force" at new release
37-
bin
38-
dist

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"directories": {
77
"example": "example",
88
"test": "test",
9-
"lib": "src"
9+
"lib": "src",
10+
"bin": "bin"
1011
},
1112
"scripts": {
1213
"test": "gulp babel && node_modules/mocha/bin/mocha test/node/ -R spec",

0 commit comments

Comments
 (0)