Skip to content

Commit e4f0d58

Browse files
committed
build: created package.json 🏗️
1 parent a73510e commit e4f0d58

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "@eclipse313/conventional-commit-plus",
3+
"version": "1.0.0",
4+
"description": "Commitlint Configuration for Conventional Commits with Emojis",
5+
"main": "index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/eclipse313/conventional-commit-plus.git"
9+
},
10+
"author": "eclipse313",
11+
"license": "MIT",
12+
"bugs": {
13+
"url": "https://github.com/eclipse313/conventional-commit-plus/issues"
14+
},
15+
"homepage": "https://github.com/eclipse313/conventional-commit-plus#readme"
16+
}

0 commit comments

Comments
 (0)