Update package.json

This commit is contained in:
2022-01-30 20:19:26 +03:00
parent e180ca28b5
commit fdfecd916b

View File

@@ -1,9 +1,12 @@
{ {
"name": "vue-three-d-mockup", "name": "vue-three-d-mockup",
"version": "0.1.0", "version": "0.1.0",
"private": true,
"author": "Anatoly Kopyl <akopyl@radner.ru>", "author": "Anatoly Kopyl <akopyl@radner.ru>",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/anatolykopyl/vue-three-d-mockup.git"
},
"main": "bundle/vue-three-d-mockup.esm.js", "main": "bundle/vue-three-d-mockup.esm.js",
"browser": { "browser": {
"./sfc": "src/Mockup.vue" "./sfc": "src/Mockup.vue"