mirror of
https://github.com/dzeiocom/FormManager.git
synced 2025-04-22 19:02:15 +00:00
Updated Package
This commit is contained in:
parent
6c56e8b706
commit
f32f0dd565
13
package.json
13
package.json
@ -1,9 +1,17 @@
|
||||
{
|
||||
"name": "@dzeio/form-manager",
|
||||
"version": "0.2.1",
|
||||
"homepage": "https://dze.io/",
|
||||
"main": "./FormManager.js",
|
||||
"types": "./FormManager.d.ts",
|
||||
"description": "A powerfull Form Manager",
|
||||
"keywords": [
|
||||
"Form",
|
||||
"Manager",
|
||||
"dzeio",
|
||||
"javascript",
|
||||
"Typecript"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.delta-wings.net/dzeio/FormManager"
|
||||
@ -23,7 +31,10 @@
|
||||
"typescript": "^3.6.4"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc --build --clean",
|
||||
"build": "tsc",
|
||||
"clean": "rm *.js; rm *.d.ts; rm -r modules/; exit 0"
|
||||
},
|
||||
"installConfig": {
|
||||
"pnp": false
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user