Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zurfyx committed Jan 19, 2018
1 parent d6de9e5 commit dd2bce7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"test": "npm run lint && ng test --watch false",
"test-watch": "ng test",
"e2e": "ng e2e",
"e2e-watch": "watch \"ng e2e -s false\" src e2e --wait=1",
"lint": "ng lint"
},
"main": "src/index.ts",
Expand Down Expand Up @@ -75,6 +76,7 @@
"ts-node": "~3.2.0",
"tslint": "~5.7.0",
"typescript": "~2.4.2",
"watch": "^1.0.2",
"zone.js": "^0.8.14"
},
"publishConfig": {
Expand Down

0 comments on commit dd2bce7

Please sign in to comment.