Skip to content

Commit

Permalink
fix: remove mistakenly added typescript dependency, rollback version …
Browse files Browse the repository at this point in the history
…(standard-version will auto-increment)
  • Loading branch information
broofa committed Jan 16, 2018
1 parent 2d68de6 commit 09fa824
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uuid",
"version": "3.2.0",
"version": "3.1.0",
"description": "RFC4122 (v1, v4, and v5) UUIDs",
"keywords": [
"uuid",
Expand Down Expand Up @@ -32,7 +32,5 @@
"type": "git",
"url": "https://github.com/kelektiv/node-uuid.git"
},
"dependencies": {
"typescript": "2.6.2"
}
"dependencies": {}
}

0 comments on commit 09fa824

Please sign in to comment.