We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2579f58 commit ae2a48eCopy full SHA for ae2a48e
.gitignore
@@ -32,7 +32,3 @@ jspm_packages
32
33
# Optional REPL history
34
.node_repl_history
35
-
36
-# Node / Distribution folder. Should be included with "git add --force" at new release
37
-bin
38
-dist
package.json
@@ -6,7 +6,8 @@
6
"directories": {
7
"example": "example",
8
"test": "test",
9
- "lib": "src"
+ "lib": "src",
10
+ "bin": "bin"
11
},
12
"scripts": {
13
"test": "gulp babel && node_modules/mocha/bin/mocha test/node/ -R spec",
0 commit comments