!80 [inual][create-inula]<feat> version updates

Merge pull request !80 from 涂旭辉/master
This commit is contained in:
openInula-robot 2023-11-14 08:46:44 +00:00 committed by Gitee
commit 192f96f122
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"openinula": "^0.0.11" "openinula": "^0.0.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.21.4", "@babel/core": "^7.21.4",

View File

@ -10,7 +10,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"openinula": "^0.0.11" "openinula": "^0.0.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.21.4", "@babel/core": "^7.21.4",

View File

@ -1,6 +1,6 @@
{ {
"name": "create-inula", "name": "create-inula",
"version": "0.0.2", "version": "0.0.3",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"bin": { "bin": {

View File

@ -4,7 +4,7 @@
"keywords": [ "keywords": [
"openinula" "openinula"
], ],
"version": "0.0.1", "version": "0.0.4",
"homepage": "", "homepage": "",
"bugs": "", "bugs": "",
"license": "MulanPSL2", "license": "MulanPSL2",
@ -23,6 +23,6 @@
"test": "jest --config=jest.config.js", "test": "jest --config=jest.config.js",
"watch-test": "yarn test --watch --dev" "watch-test": "yarn test --watch --dev"
}, },
"files": ["build/@types", "build/cjs", "build/umd", "build/index.js", "build/jsx-dev-runtime.js", "build/jsx-runtime.js", "README.md"], "files": ["build/**/*", "README.md"],
"types": "./build/@types/index.d.ts" "types": "./build/@types/index.d.ts"
} }