Skip to content

Commit

Permalink
Merge pull request #1 from worldzhao/chore/update-docs
Browse files Browse the repository at this point in the history
Chore/remove np
  • Loading branch information
worldzhao authored Jul 1, 2023
2 parents d8653cb + 9aaed3d commit 797e54b
Show file tree
Hide file tree
Showing 4 changed files with 2,466 additions and 865 deletions.
5 changes: 5 additions & 0 deletions .changeset/large-snakes-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'vue-nice-modal': major
---

first version
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"lint-staged": {
"*.{js,ts,css,md,jsx,tsx,vue,json}": "prettier . --write"
},
"dependencies": {
"@changesets/cli": "^2.26.2"
},
"devDependencies": {
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"pnpm": "^8.6.5",
"prettier": "^2.8.8",
"prettier-plugin-packagejson": "^2.4.3"
},
"packageManager": "[email protected]",
"dependencies": {
"@changesets/cli": "^2.26.2"
}
"packageManager": "[email protected]"
}
4 changes: 0 additions & 4 deletions packages/vue-nice-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"np": {
"yarn": false,
"contents": "dist"
},
"tsup": {
"entry": [
"src/index.ts"
Expand Down
Loading

0 comments on commit 797e54b

Please sign in to comment.