Skip to content

Commit 78afa94

Browse files
committed
fix repo / prepare publish script. version 1.0.0 published
1 parent 660cde2 commit 78afa94

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

package.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "@metadev/essential-core",
33
"version": "1.0.0",
4+
"bugs": {
5+
"url": "https://github.com/metadevpro/essential-core/issues"
6+
},
47
"repository": {
5-
"type": "github",
6-
"url": "https://github.com/metadevpro/essential-core"
8+
"type": "git",
9+
"url": "git@github.com:metadevpro/essential-core.git"
710
},
811
"author": "https://metadev.pro",
912
"license": "apache-2.0",
@@ -13,7 +16,9 @@
1316
"build": "tsup",
1417
"lint": "eslint src",
1518
"test": "mocha --require tsx \"src/**/*.spec.ts\"",
16-
"coverage": "nyc --reporter=html mocha --require tsx \"src/**/*.spec.ts\""
19+
"coverage": "nyc --reporter=html mocha --require tsx \"src/**/*.spec.ts\"",
20+
"prepublish": "npm run lint && npm run test && npm run build",
21+
"publish": "npm publish . --access=public"
1722
},
1823
"keywords": [
1924
"mde",

0 commit comments

Comments
 (0)