1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-23 03:12:12 +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", "name": "@dzeio/object-util",
"version": "1.0.0", "version": "1.0.0",
"description": "some Function to make work on objects easier", "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", "author": "Aviortheking",
"license": "MIT", "license": "MIT",
"main": "./dist/URLManager.js", "main": "./dist/ObjectUtil.js",
"browser": "./dist/browser.js", "browser": "./dist/browser.js",
"types": "./dist/URLManager.d.ts", "types": "./dist/ObjectUtil.d.ts",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.11.4", "@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0", "@babel/preset-env": "^7.11.0",