Skip to content

Commit 32639b9

Browse files
committed
fix: Build
1 parent dfbc258 commit 32639b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "awesome-pubsub-js",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "JavaScript implementation of the Publish/Subscribe pattern with TypeScript support.",
55
"main": "dist/index.cjs.js",
66
"types": "dist/index.d.ts",
@@ -13,7 +13,7 @@
1313
],
1414
"scripts": {
1515
"build": "vite build",
16-
"build:package": "npm run build && cp package.json ./dist && cp README.md ./dist && cd dist && npm publish",
16+
"build:package": "npm run build && npm publish",
1717
"check-types": "tsc",
1818
"test": "jest --collectCoverage",
1919
"prettier": "prettier --check 'lib/**/*.ts' '__tests__/**/*.ts'",

0 commit comments

Comments
 (0)