Skip to content

Commit

Permalink
revert(utils): 还原package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vfiee committed Jun 25, 2022
1 parent 21e9e81 commit 764bd99
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "@vyron/utils",
"version": "0.1.0",
"main": "index.js",
"module": "dist/utils.esm.js",
"types": "dist/utils.d.ts",
"globalPackageName": "utils",
"description": "JavaScript utils",
"keywords": [
"utils",
"javascript",
"typescript"
],
"files": [
"dist",
"LICENSE",
"index.js",
"README.md",
"package.json"
],
"author": "vyron",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}

0 comments on commit 764bd99

Please sign in to comment.