Skip to content

Commit

Permalink
new package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjoeseph committed Mar 30, 2022
1 parent 8ea1adb commit 9fe4e1f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,11 @@ src
test
scripts
.github
.vscode
.vscode
blog-post.md
.eslintignore
.eslintrc.js
.gitignore
jest.config.js
PathIdea.md
yarn-error.log
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "spectacles-ts",
"version": "1.0.2",
"main": "./index.js",
"types": "./index.d.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 9fe4e1f

Please sign in to comment.