Skip to content

Commit

Permalink
Bump version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Worm Andersson committed Sep 11, 2018
1 parent 66bc35d commit 53ae224
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-particle",
"version": "1.0.4",
"version": "2.0.0",
"scripts": {
"build": "gulp build",
"build:watch": "gulp",
Expand Down Expand Up @@ -70,6 +70,7 @@
"zone.js": "^0.8.4"
},
"engines": {
"node": ">=6.0.0"
"node": ">=10.6.0",
"npm": ">=6.1.0"
}
}

0 comments on commit 53ae224

Please sign in to comment.