From b6a0a38e26ee821457d8ef4d5b86e09d908aa1f9 Mon Sep 17 00:00:00 2001 From: Kevin Levron Date: Tue, 15 Sep 2020 22:06:45 +0200 Subject: [PATCH] update package --- package.json | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d472372..181ab7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trois", - "version": "0.0.0", + "version": "0.0.1", "scripts": { "dev": "vite", "build": "vite build" @@ -22,5 +22,21 @@ "eslint-plugin-vue": "^6.2.2", "sass": "^1.26.10", "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" }