Skip to content

Commit

Permalink
Updated specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed Apr 1, 2019
1 parent ba26da0 commit a095334
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
.history
.DS_Store
.travis.yml
.history/
coverage/
docs/
src/
test/
CNAME
Makefile
tsconfig.json
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "11.12"
- "11.13"
- "10.15"
after_success:
- "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
File renamed without changes.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ docs:
clean:
rm -rf ./node_modules

update:
npm update

.PHONY: test
.PHONY: docs
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"moment": "^2.24.0"
},
"devDependencies": {
"@types/node": "^11.11.6",
"@types/node": "^11.12.0",
"chai": "^4.2.0",
"coveralls": "^3.0.3",
"express": "^4.16.4",
Expand Down

0 comments on commit a095334

Please sign in to comment.