Skip to content

Commit

Permalink
Merge pull request #287 from SuperITMan/bugfix/stark-core-dependencies
Browse files Browse the repository at this point in the history
fix(install) Remove useless dependency on stark-build in stark-core.
  • Loading branch information
christophercr committed Mar 29, 2018
2 parents 4e9b283 + 4155095 commit 21d067e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/stark-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"@angular/core": "5.2.9",
"@angular/platform-browser": "5.2.9",
"@angular/platform-browser-dynamic": "5.2.9",
"@nationalbankbelgium/stark-build": "../stark-build",
"@nationalbankbelgium/stark-testing": "../stark-testing",
"tslint": "5.9.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/stark-core/tslint.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": ["./node_modules/@nationalbankbelgium/stark-build/config/tslint.json"]
"extends": ["../stark-build/config/tslint.json"]
}

0 comments on commit 21d067e

Please sign in to comment.