Skip to content

Commit 94a975f

Browse files
Make it 1.0.0
1 parent df3d0a3 commit 94a975f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-typeguard",
3-
"version": "0.0.2",
3+
"version": "1.0.0",
44
"description": "Library for creating safe Type Guards",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -33,4 +33,4 @@
3333
"typescript": "^3.4.1"
3434
},
3535
"prepare": "npm run build"
36-
}
36+
}

0 commit comments

Comments
 (0)