chore(packages): prepares package.json files for pub on npm for viewer & objectloader

This commit is contained in:
Dimitrie Stefanescu
2021-03-25 19:03:49 +00:00
parent 0fa5edaaf0
commit ed866b553a
2 changed files with 18 additions and 4 deletions
+8 -2
View File
@@ -3,10 +3,16 @@
"version": "2.0.0",
"description": "Simple API helper to stream in objects from the Speckle Server.",
"main": "index.js",
"homepage": "https://speckle.systems",
"repository": {
"type": "git",
"url": "https://github.com/specklesystems/speckle-server.git",
"directory": "packages/objectloader"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"keywords": ["speckle", "aec", "speckle api"],
"author": "AEC Systems",
"license": "SEE LICENSE NOTE IN readme.md"
"license": "Apache-2.0"
}