Skip to content

Commit 09fa824

Browse files
committed
fix: remove mistakenly added typescript dependency, rollback version (standard-version will auto-increment)
1 parent 2d68de6 commit 09fa824

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uuid",
3-
"version": "3.2.0",
3+
"version": "3.1.0",
44
"description": "RFC4122 (v1, v4, and v5) UUIDs",
55
"keywords": [
66
"uuid",
@@ -32,7 +32,5 @@
3232
"type": "git",
3333
"url": "https://github.com/kelektiv/node-uuid.git"
3434
},
35-
"dependencies": {
36-
"typescript": "2.6.2"
37-
}
35+
"dependencies": {}
3836
}

0 commit comments

Comments
 (0)