Skip to content

Commit

Permalink
Fix publish errors
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Jul 27, 2020
1 parent 7ffaabc commit ced86a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "single-spa-alpinejs",
"version": "1.0.0",
"description": "Single-spa helpers for alpinejs",
"main": "",
"main": "lib/umd/single-spa-alpinejs.js",
"scripts": {
"format": "prettier --write \"./**/*\"",
"build": "rollup -c",
Expand All @@ -12,6 +12,9 @@
"lint": "eslint src",
"prepublishOnly": "yarn build"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/single-spa/single-spa-alpinejs.git"
Expand Down

0 comments on commit ced86a8

Please sign in to comment.