Skip to content

Commit

Permalink
Make it 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Apr 2, 2019
1 parent df3d0a3 commit 94a975f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-typeguard",
"version": "0.0.2",
"version": "1.0.0",
"description": "Library for creating safe Type Guards",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -33,4 +33,4 @@
"typescript": "^3.4.1"
},
"prepare": "npm run build"
}
}

0 comments on commit 94a975f

Please sign in to comment.