fix: fix paths
All checks were successful
Publish / Publish npm package action (push) Successful in 15s
All checks were successful
Publish / Publish npm package action (push) Successful in 15s
This commit is contained in:
parent
954d352941
commit
cda7c77a2a
10
.npmignore
Normal file
10
.npmignore
Normal file
@ -0,0 +1,10 @@
|
||||
/node_modules/
|
||||
*.log
|
||||
pnpm-lock.yaml
|
||||
yarn.lock
|
||||
.env
|
||||
.DS_Store
|
||||
.log
|
||||
.vscode/
|
||||
.gitea/
|
||||
Thumbs.db
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@teacinema/contracts",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Protocol Buffers contracts for microservices",
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
@ -10,7 +10,8 @@
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"gen",
|
||||
"proto"
|
||||
"proto",
|
||||
"dist"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user