Skip to content
Snippets Groups Projects
Verified Commit 5711fee5 authored by David Beniamine's avatar David Beniamine
Browse files

Make package installable from git url

parent 95e5ece6
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,11 @@ ...@@ -5,10 +5,11 @@
"main": "dist/cjs/src/index.js", "main": "dist/cjs/src/index.js",
"module": "dist/es/src/index.js", "module": "dist/es/src/index.js",
"files": [ "files": [
"dist" "dist/**"
], ],
"sideEffects": false, "sideEffects": false,
"scripts": { "scripts": {
"prepare": "npm run clean && npm run build:es && npm run build:cjs",
"clean": "rm -rf ./dist", "clean": "rm -rf ./dist",
"lint": "node_modules/.bin/eslint ./ && npm run lint:translations && npm run lint:containers", "lint": "node_modules/.bin/eslint ./ && npm run lint:translations && npm run lint:containers",
"lint:containers": "node ./scripts/container-lint.js", "lint:containers": "node ./scripts/container-lint.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment