diff --git a/.gitignore b/.gitignore index 5c11a31..ff3496c 100644 --- a/.gitignore +++ b/.gitignore @@ -77,4 +77,5 @@ dist # IDE .idea -package-lock.json \ No newline at end of file +package-lock.json +*.learna_backup \ No newline at end of file diff --git a/lerna.json b/lerna.json index d6707ca..d852b51 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.0.0" + "version": "0.1.3" } diff --git a/package.json b/package.json index de088d7..37c47b9 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,13 @@ { - "name": "root", - "private": true, - "devDependencies": { - "lerna": "^3.14.1" - }, + "name": "@antfu/eslint-config", + "version": "0.1.0", + "author": "Anthony Fu (https://github.com/antfu/)", + "license": "MIT", "scripts": { "postinstall": "lerna bootstrap", "release": "lerna publish --conventional-commits" + }, + "devDependencies": { + "lerna": "^3.14.1" } } diff --git a/packages/common/package.json b/packages/common/package.json index 7b13218..1d47dbd 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config", - "version": "1.0.0", + "version": "0.1.4", "description": "", "main": "index.js", "keywords": [], diff --git a/packages/vue/package.json b/packages/vue/package.json index 9bad6e2..4e9f588 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-vue", - "version": "1.0.0", + "version": "0.1.4", "description": "", "main": "index.js", "keywords": [], @@ -16,7 +16,7 @@ "eslint": ">=5.16.0" }, "dependencies": { - "@antfu/eslint-config": "*", + "@antfu/eslint-config": "^0.1.4", "eslint-plugin-nuxt": "0.4.3", "eslint-plugin-vue": "5.2.3" },