Skip to content

Commit

Permalink
npm files
Browse files Browse the repository at this point in the history
  • Loading branch information
siddiquipro committed Oct 24, 2023
1 parent b65c630 commit 946c3f0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
.cache
dist
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
shamefully-hoist=true
strict-peer-dependencies=false
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"release": "pnpm --filter masc-vue release"
},
"devDependencies": {
"turbo": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/masc/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

0 comments on commit 946c3f0

Please sign in to comment.