1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 19:02:14 +00:00

Fixed ObjectUtil main files

Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-09-11 11:12:37 +02:00
parent 862eacb006
commit a1f2698505

View File

@ -2,12 +2,16 @@
"name": "@dzeio/object-util",
"version": "1.0.0",
"description": "some Function to make work on objects easier",
"repository": "https://github.com/dzeiocom/libs.git",
"repository": {
"type": "git",
"url": "https://github.com/dzeiocom/libs.git",
"directory": "packages/object-util"
},
"author": "Aviortheking",
"license": "MIT",
"main": "./dist/URLManager.js",
"main": "./dist/ObjectUtil.js",
"browser": "./dist/browser.js",
"types": "./dist/URLManager.d.ts",
"types": "./dist/ObjectUtil.d.ts",
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",