Skip to content

Commit

Permalink
Updated keywords and pushed readme to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgosart committed Apr 24, 2019
1 parent 9304b03 commit b6dba84
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strong-typed",
"version": "0.1.0",
"version": "0.2.0",
"description": "A runtime type-checking library for javascript",
"main": "src/index.js",
"scripts": {
Expand All @@ -9,6 +9,13 @@
"prepublish": "npm run build",
"test": "jest"
},
"keywords": [
"static-types",
"javascript-library",
"type-checking",
"type-check",
"strong-typed"
],
"repository": {
"type": "git",
"url": "git+https://github.com/giorgosart/strong-typed.git"
Expand Down

0 comments on commit b6dba84

Please sign in to comment.