We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbc258 commit 32639b9Copy full SHA for 32639b9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "awesome-pubsub-js",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "JavaScript implementation of the Publish/Subscribe pattern with TypeScript support.",
5
"main": "dist/index.cjs.js",
6
"types": "dist/index.d.ts",
@@ -13,7 +13,7 @@
13
],
14
"scripts": {
15
"build": "vite build",
16
- "build:package": "npm run build && cp package.json ./dist && cp README.md ./dist && cd dist && npm publish",
+ "build:package": "npm run build && npm publish",
17
"check-types": "tsc",
18
"test": "jest --collectCoverage",
19
"prettier": "prettier --check 'lib/**/*.ts' '__tests__/**/*.ts'",
0 commit comments