refactor: add repository to package.json

This commit is contained in:
2025-09-30 18:16:04 -04:00
parent e1b3218ac2
commit d0b30e4776
+4
View File
@@ -11,6 +11,10 @@
], ],
"author": "Didericis", "author": "Didericis",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/didericis/bare-bundle-transform-plugin-babel.git"
},
"scripts": { "scripts": {
"test": "npm run prettier:lint && npm run test:build-project && npm run test:build-bundles && bare test/bare.js", "test": "npm run prettier:lint && npm run test:build-project && npm run test:build-bundles && bare test/bare.js",
"test:build-project": "cd test/project && npm install", "test:build-project": "cd test/project && npm install",