1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00

update package

This commit is contained in:
Kevin Levron 2020-09-15 22:06:45 +02:00
parent d40c46d2a3
commit b6a0a38e26

View File

@ -1,6 +1,6 @@
{ {
"name": "trois", "name": "trois",
"version": "0.0.0", "version": "0.0.1",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build" "build": "vite build"
@ -22,5 +22,21 @@
"eslint-plugin-vue": "^6.2.2", "eslint-plugin-vue": "^6.2.2",
"sass": "^1.26.10", "sass": "^1.26.10",
"vite": "^1.0.0-rc.4" "vite": "^1.0.0-rc.4"
} },
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/troisjs/trois.git"
},
"keywords": [
"vuejs",
"vitejs",
"threejs"
],
"author": "Kevin Levron",
"license": "ISC",
"bugs": {
"url": "https://github.com/troisjs/trois/issues"
},
"homepage": "https://github.com/troisjs/trois"
} }