This commit is contained in:
2019-10-24 17:25:13 +02:00
parent a0da525b6d
commit 80b15c964d
19 changed files with 725 additions and 280 deletions

View File

@ -1,7 +1,8 @@
{
"name": "@dzeio/form-manager",
"version": "0.1.1",
"main": "./FormManager.ts",
"version": "0.2.0",
"main": "./dist/FormManager.js",
"types": "./dist/FormManager.d.ts",
"description": "A powerfull Form Manager",
"repository": {
"type": "git",
@ -17,5 +18,11 @@
"url": "https://dze.io"
},
"license": "MIT",
"private": false
"private": false,
"devDependencies": {
"typescript": "^3.6.4"
},
"scripts": {
"build": "tsc"
}
}