Skip to content

Commit 85c5f4f

Browse files
authored
Merge pull request #17 from opentripplanner/dev
New Release
2 parents 07f2631 + 8bdc7bf commit 85c5f4f

File tree

8 files changed

+26
-81745
lines changed

8 files changed

+26
-81745
lines changed

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ build/*
1212
tmp
1313
coverage
1414

15+
# built example app
16+
dist
17+
1518
# secrets
1619
config.yml

Diff for: .npmignore

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# node stuff
2+
node_modules
3+
*.log
4+
5+
# testing stuff
6+
tmp
7+
coverage
8+
9+
# build config
10+
configurations
11+
12+
# example app
13+
example*
14+
index.html
15+
16+
# project picture
17+
otprr.png
18+
19+
# yarn
20+
yarn.lock

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ notifications:
66
node_js:
77
- '6'
88
after_success:
9-
- npm run semantic-release
9+
- yarn run semantic-release
1010
before_script:
1111
- yarn global add codecov
1212
script:
1313
- yarn run lint
1414
- yarn run lint-docs
1515
- yarn run cover
16+
- yarn run build
1617
- codecov
1718
branches:
1819
except:

Diff for: dist/index.css

-2,424
This file was deleted.

Diff for: dist/index.css.map

-1
This file was deleted.

0 commit comments

Comments
 (0)