Skip to content

Commit 0334bc8

Browse files
install nucleus-vue
1 parent 7cffe3a commit 0334bc8

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

package-lock.json

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"project:publish": "git push --tags origin next && yarn build && npm publish --access public --tag next"
2424
},
2525
"dependencies": {
26+
"nucleus-vue": "^0.0.6",
2627
"standard-version": "^9.5.0",
2728
"vue": "^3.5.12"
2829
},

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,11 @@ normalize-package-data@^3.0.0:
11401140
semver "^7.3.4"
11411141
validate-npm-package-license "^3.0.1"
11421142

1143+
nucleus-vue@^0.0.6:
1144+
version "0.0.6"
1145+
resolved "https://registry.npmjs.org/nucleus-vue/-/nucleus-vue-0.0.6.tgz"
1146+
integrity sha512-yuKwZb/Ws3pvRTuws9FSWfKCH+HY+BJzwWK7/s23RbyPv6sDB9Sp0bkJ5SNLrCOOmgWITSdTexaUFyjBZ5o26A==
1147+
11431148
p-limit@^1.1.0:
11441149
version "1.3.0"
11451150
resolved "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz"

0 commit comments

Comments
 (0)