Update gitignore, remove npmignore, update package.json for public release
.npmignore
deleted
100644 → 0
{ | ||
"name": "jalhyd", | ||
"version": "4.9.0", | ||
"author": "DD", | ||
"license": "ISC", | ||
"author": { | ||
"name": "David Dorchies", | ||
"email": "david.dorchies@inrae.fr" | ||
}, | ||
"contribtors": [ | ||
{ | ||
"name": "Ludovic Cassan", | ||
"email": "ludovic.cassan@imft.fr" | ||
}, | ||
{ | ||
"name": "Mathias Chouet", | ||
"email": "mathias.chouet@gmail.com" | ||
}, | ||
{ | ||
"name": "François Grand", | ||
"email": "francoisgrand@free.fr" | ||
} | ||
], | ||
"license": "LGPL-3.0-or-later", | ||
"description": "JaLHyd, a Javascript Library for Hydraulics", | ||
"keywords": [ "hydraulics", "water", "irrigation", "fishpasses", "fishways" ], | ||
"homepage": "https://gitlab.irstea.fr/cassiopee/jalhyd", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.irstea.fr/cassiopee/jalhyd.git" | ||
... | ... | @@ -45,6 +64,7 @@ |
"doc": "cd . && \"node_modules/.bin/typedoc\" --out \"doc/typedoc\" src", | ||
"lint": "cd . && \"node_modules/.bin/tslint\" -p tsconfig.json", | ||
"viz": "tsviz -recursive src/ jalhyd_class_diagram.png", | ||
"prepublish": "npm run jasmine && npm run build-node", | ||
"package": "npm run build && npm pack --quiet", | ||
"package-node": "npm run build-node && npm pack --quiet" | ||
} | ||
... | ... |
Please register or sign in to comment