Merge branch 'feature/annotation' of...
Merge branch 'feature/annotation' of ssh://gitlab.iscpif.fr:20022/gargantext/purescript-gargantext into dev-annotation
Showing
dist/styles/annotation.css
0 → 100644
dist/styles/context-menu.css
0 → 100644
... | ... | @@ -4,7 +4,8 @@ |
"rebuild-set": "spago psc-package-insdhall", | ||
"install-ps": "psc-package install", | ||
"build": "pulp --psc-package browserify -t dist/bundle.js", | ||
"repl": "pulp --psc-package repl" | ||
"repl": "pulp --psc-package repl", | ||
"clean": "rm -Rf output" | ||
}, | ||
"dependencies": { | ||
"@babel/polyfill": "^7.0.0", | ||
... | ... |
Please register or sign in to comment