Skip to content

Commit 89b69ce

Browse files
chore: add package.json fields (#9)
Co-authored-by: Julien Déramond <[email protected]>
1 parent a999d54 commit 89b69ce

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

package-lock.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
{
2+
"name": "bootstrap-deprecated-classes-extension",
3+
"version": "0.1.1",
4+
"private": true,
5+
"description": "Browser extension highlighting Bootstrap deprecated classes in websites",
6+
"homepage": "https://github.com/julien-deramond/bootstrap-deprecated-classes-extension#readme",
7+
"bugs": {
8+
"url": "https://github.com/julien-deramond/bootstrap-deprecated-classes-extension/issues"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/julien-deramond/bootstrap-deprecated-classes-extension.git"
13+
},
14+
"license": "MIT",
15+
"author": {
16+
"name": "Julien Déramond",
17+
"email": "[email protected]",
18+
"url": "https://github.com/julien-deramond/"
19+
},
20+
"funding": "https://github.com/sponsors/julien-deramond/",
221
"scripts": {
322
"build": "npm run build:chrome && npm run build:edge && npm run build:firefox",
423
"build:chrome": "node build-extension.mjs chrome",

0 commit comments

Comments
 (0)