mirror of
https://github.com/Didericis/bare-bundle-transform-plugin-babel.git
synced 2026-06-26 01:55:17 -04:00
refactor: add repository to package.json
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
],
|
||||
"author": "Didericis",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/didericis/bare-bundle-transform-plugin-babel.git"
|
||||
},
|
||||
"scripts": {
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user