Skip to content

Commit

Permalink
Merge pull request #59 from webKrafters/cache-mig
Browse files Browse the repository at this point in the history
npm files inclusion
  • Loading branch information
steveswork authored Jun 1, 2024
2 parents ee87099 + 9b6ebac commit 0d00215
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# .npmignore
dist/**/*.test.d.ts
dist/**/*.test.js
dist/**/test-apps
dist/test0-artifacts
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@
"test:watch": "eslint --fix && jest --updateSnapshot --watchAll"
},
"types": "dist/index.d.ts",
"version": "5.0.0-rc.1"
"version": "5.0.0-rc.2"
}

0 comments on commit 0d00215

Please sign in to comment.