Skip to content

Commit

Permalink
Re-added dist folder in files array in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmuswoelk committed Sep 27, 2021
1 parent 9793125 commit 241a866
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"src"
"src",
"dist"
],
"engines": {
"node": ">=10"
Expand Down

0 comments on commit 241a866

Please sign in to comment.