File tree Expand file tree Collapse file tree 2 files changed +39
-2
lines changed Expand file tree Collapse file tree 2 files changed +39
-2
lines changed Original file line number Diff line number Diff line change
1
+ .c9
2
+ .idea
3
+ .project
4
+ * .iml
5
+ npm-debug.log
6
+ dump.rdb
7
+ node_modules
8
+ results.tap
9
+ results.xml
10
+ npm-shrinkwrap.json
11
+ config.json
12
+ .DS_Store
13
+ * /.DS_Store
14
+ * /* /.DS_Store
15
+ ._ *
16
+ * /._ *
17
+ * /* /._ *
18
+ coverage. *
19
+ lib-cov
20
+ complexity.md
21
+ sandbox.js
22
+
23
+
24
+ # npmignore - content above this line is automatically generated and modifications may be omitted
25
+ # see npmjs.com/npmignore for more details.
26
+ examples
27
+ images
28
+ test
29
+ generate-readme-toc.js
30
+ .travis.yml
31
+ .github
32
+ .gitignore
33
+ .eslintignore
34
+ .npmignore
35
+ API.md
Original file line number Diff line number Diff line change 22
22
"devDependencies" : {
23
23
"code" : " 2.x.x" ,
24
24
"lab" : " 10.x.x" ,
25
- "markdown-toc" : " 0.12.x"
25
+ "markdown-toc" : " 0.12.x" ,
26
+ "npmignore" : " 0.2.x"
26
27
},
27
28
"scripts" : {
28
29
"test" : " lab -t 100 -a code -L" ,
29
30
"test-cov-html" : " lab -r html -o coverage.html -a code" ,
30
31
"toc" : " node generate-readme-toc.js" ,
31
- "version" : " npm run toc && git add API.md README.md"
32
+ "update-npmignore" : " npmignore" ,
33
+ "version" : " npm run toc && npm run update-npmignore && git add API.md README.md .npmignore"
32
34
},
33
35
"license" : " BSD-3-Clause"
34
36
}
You can’t perform that action at this time.
0 commit comments