Skip to content

Commit

Permalink
Rev version
Browse files Browse the repository at this point in the history
  • Loading branch information
czeckd committed Jul 26, 2017
1 parent 204c8f6 commit 7b37d25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-svg-icon",
"description": "Angular 2+ component for inlining SVGs allowing them to be easily styled with CSS.",
"version": "4.1.1",
"version": "4.2.0",
"repository": {
"type": "git",
"url": "https://github.com/czeckd/angular-svg-icon.git"
Expand All @@ -23,7 +23,7 @@
"clean": "rimraf runt dist",
"dist": "tools/mkdist",
"lite": "lite-server",
"lint": "tslint -c tslint.json ./app/**/*.ts -t verbose || true"
"lint": "tslint -c tslint.json ./app/**/*.ts ./lib/**/*.ts -t verbose || true"
},
"peerDependencies": {
"@angular/core": "^2.4.0 || ^4.0.0",
Expand Down Expand Up @@ -51,6 +51,6 @@
"ts-node": "^3.0.2",
"tslint": "~4.5.0",
"typescript": "~2.2.0",
"zone.js": "^0.8.4"
"zone.js": "^0.8.12"
}
}

0 comments on commit 7b37d25

Please sign in to comment.