Skip to content

Commit 21b4dfa

Browse files
authored
Merge pull request #61 from conveyal/dev
Merge in npm publishing fix
2 parents 3d21cb3 + 546a019 commit 21b4dfa

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ build/Release
2626

2727
# Dependency directory
2828
node_modules
29+
30+
# Transpiled files
2931
/react
3032

3133
# Optional npm cache directory

.npmignore

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
6+
# Runtime data
7+
pids
8+
*.pid
9+
*.seed
10+
11+
# Directory for instrumented libs generated by jscoverage/JSCover
12+
lib-cov
13+
14+
# Coverage directory used by tools like istanbul
15+
coverage
16+
tmp
17+
18+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
19+
.grunt
20+
21+
# node-waf configuration
22+
.lock-wscript
23+
24+
# Compiled binary addons (http://nodejs.org/api/addons.html)
25+
build/Release
26+
27+
# Dependency directory
28+
node_modules
29+
yarn.lock
30+
31+
# Optional npm cache directory
32+
.npm
33+
34+
# Optional REPL history
35+
.node_repl_history
36+
37+
# MacOS
38+
.DS_Store
39+
40+
# tests
41+
tests
42+
43+
# Continuous Integration
44+
.travis.yml
45+
46+
# Docs
47+
README.md
48+
mastarm.png

0 commit comments

Comments
 (0)