Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjoeseph committed Apr 7, 2022
1 parent a88e253 commit b48c62a
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": "spectacles-ts",
"version": "1.0.6",
"version": "1.0.7",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
Expand All @@ -16,7 +16,7 @@
"watch:tsc": "yarn run tsc -w -p tsconfig.build.json",
"watch:tsd": "nodemon --watch './**/*.ts' --ignore './dist' --exec 'ts-node' --transpile-only scripts/run-type-tests.ts",
"fix:lint": "yarn run eslint . --fix",
"prepublishOnly": "yarn fix:lint && yarn test"
"prepublishOnly": "yarn fix:lint && yarn build && yarn test"
},
"dependencies": {
"monocle-ts": "^2.3.5"
Expand Down

0 comments on commit b48c62a

Please sign in to comment.