Skip to content

Commit

Permalink
(build): add files for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieter Stinglhamber committed Oct 26, 2021
1 parent 08ffc47 commit ad79c7a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,18 @@
"author": "Dieter Stinglhamber",
"license": "MIT",
"peerDependencies": {
"laravel-mix": "^6.0"
"laravel-mix": "^6.0.19"
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"laravel-mix": "^6.0",
"laravel-mix": "^6.0.19",
"prettier": "^2.2.1",
"typescript": "^4.2.4"
}
},
"files": [
"build/index.js",
"build/SriPlugin.js"
]
}

0 comments on commit ad79c7a

Please sign in to comment.