Skip to content

Commit

Permalink
refactor: psvg.ts -> src/psvg.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
0918nobita committed Nov 22, 2020
1 parent 7cee2b0 commit dd13a74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"psvg.ts"
],
"scripts": {
"build": "rimraf dist && tsup psvg.ts --format esm,cjs,iife --dts --global-name PSVG",
"build": "rimraf dist && tsup src/psvg.ts --format esm,cjs,iife --dts --global-name PSVG",
"prepublishOnly": "npm run build",
"release": "npx bumpp --all --commit --tag && npm publish --access public && git push",
"site": "node ./tools/make_site.js",
Expand Down
File renamed without changes.

0 comments on commit dd13a74

Please sign in to comment.