From 9fe4e1fcd249ab64464e845a3b87b8d7cdd66b4e Mon Sep 17 00:00:00 2001 From: Anthony Gabriele Date: Wed, 30 Mar 2022 09:29:31 -0700 Subject: [PATCH] new package.json --- .npmignore | 9 ++++++++- package.json | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.npmignore b/.npmignore index 7a6cce4..37b0659 100644 --- a/.npmignore +++ b/.npmignore @@ -5,4 +5,11 @@ src test scripts .github -.vscode \ No newline at end of file +.vscode +blog-post.md +.eslintignore +.eslintrc.js +.gitignore +jest.config.js +PathIdea.md +yarn-error.log diff --git a/package.json b/package.json index e8e5db9..b6410fe 100644 --- a/package.json +++ b/package.json @@ -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": {