Commit 9fd91810 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Ajout d'un n° de version dans package.json.

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
{ {
"name": "irstea-ng-model", "name": "irstea-ng-model",
"description": "Runtime libray for the composer package irstea/ng-model-generator-bundle.", "version": "1.0.0",
"description": "Runtime library for the composer package irstea/ng-model-generator-bundle.",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"main": "dist/index.js", "main": "dist/index.js",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"directories": {},
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "rm -rf dist/ && tsc -p ./tsconfig.declaration.json", "prebuild": "rm -rf dist/ && tsc -p ./tsconfig.declaration.json",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment