File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ node_modules
2+ package-lock.json
3+ coverage
4+ * .tgz
5+ lib
6+ .eslintrc.json
7+ .prettierrc
8+ jest.config.ts
9+ tsconfig.json
10+ webpack.config.ts
11+ __tests__
Original file line number Diff line number Diff line change 22 "name" : " awesome-pubsub-js" ,
33 "version" : " 1.0.0" ,
44 "description" : " JavaScript implementation of the Publish/Subscribe pattern with TypeScript support." ,
5- "main" : " ./dist/ index.js" ,
5+ "main" : " index.js" ,
66 "scripts" : {
77 "build" : " webpack --config webpack.config.ts --bail --progress" ,
8+ "build:package" : " npm run build && cp package.json ./dist && cp README.md ./dist && cd dist && npm publish" ,
89 "check-types" : " tsc" ,
910 "test" : " jest --collectCoverage" ,
1011 "prettier" : " prettier --check 'lib/**/*.ts' '__tests__/**/*.ts'" ,
You can’t perform that action at this time.
0 commit comments