Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mugan86 committed Dec 26, 2018
1 parent edbf827 commit f8b3080
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
package-lock.json
node_modules/
coverage/
coverage/
.firebase/
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@
"create-doc": "./node_modules/.bin/compodoc -p tsconfig.doc.json --hideGenerator",
"test": "mocha",
"cover": "istanbul cover node_modules/mocha/bin/_mocha test/*.js -- -R spec",
"doc-publish": "npm run create-doc && firebase deploy"
"doc-publish": "npm run create-doc && firebase deploy",
"publish": "npm publish && npm run doc-publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mugan86/chrono-countdown-count.git"
},
"keywords": [
"chrono",
Expand All @@ -25,6 +30,10 @@
],
"author": "Anartz Mugika Ledo <mugan86@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mugan86/chrono-countdown-count/issues"
},
"homepage": "https://github.com/mugan86/chrono-countdown-count#readme",
"dependencies": {
"rxjs": "^6.3.3"
},
Expand Down

0 comments on commit f8b3080

Please sign in to comment.