Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjoeseph committed Mar 30, 2022
1 parent 5058f03 commit 8ea1adb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 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.1",
"version": "1.0.2",
"main": "./index.js",
"types": "./index.d.ts",
"sideEffects": false,
Expand Down Expand Up @@ -48,5 +48,10 @@
"tsd": {
"directory": "test/tsd"
},
"files": ["dist/index.js", "dist/**/*.js", "dist/index.d.ts", "dist/**/*.ts"]
"files": [
"dist/index.js",
"dist/**/*.js",
"dist/index.d.ts",
"dist/**/*.ts"
]
}

0 comments on commit 8ea1adb

Please sign in to comment.