Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DScheglov committed Mar 18, 2021
1 parent 3310411 commit 003fddb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-cast",
"version": "0.0.5",
"version": "0.0.6",
"description": "Runtime typechecking",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -107,7 +107,10 @@
"src/**/*.ts"
],
"testPathIgnorePatterns": [
"/lib/", "/esm/", "/examples/", "/node_modules/"
"/lib/",
"/esm/",
"/examples/",
"/node_modules/"
]
}
}

0 comments on commit 003fddb

Please sign in to comment.