Updated! (see CHANGELOG.md

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2019-10-24 23:01:58 +02:00
parent 80b15c964d
commit 8866928585
4 changed files with 20 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "@dzeio/form-manager",
"version": "0.2.0",
"main": "./dist/FormManager.js",
"types": "./dist/FormManager.d.ts",
"version": "0.2.1",
"main": "./FormManager.js",
"types": "./FormManager.d.ts",
"description": "A powerfull Form Manager",
"repository": {
"type": "git",
@@ -23,6 +23,7 @@
"typescript": "^3.6.4"
},
"scripts": {
"build": "tsc"
"build": "tsc --clean",
"clean": "rm *.js; rm *.d.ts; rm -r modules/; exit 0"
}
}