Commit faa6f60d by Christoph

update package.json for usage as npm package. set the version to 1.9844.0…

update package.json for usage as npm package. set the version to 1.9844.0 (compatible to 0.9844 of the asset)
parent 87b9bd6d
{
"name": "awrtc_browser",
"version": "0.984.4",
"version": "1.9844.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
{
"name": "awrtc_browser",
"version": "0.984.4",
"description": "",
"version": "1.9844.0",
"description": "Compatible browser implementation to the Unity asset WebRTC Video Chat. Try examples in build folder",
"author": "because-why-not.com Limited",
"license": "BSD-3-Clause",
"dependencies": {},
"main": "build/awrtc/index.js",
"main": "build/bundle/awrtc.js",
"types": "build/awrtc/index.d.ts",
"scripts": {
"tsc": "tsc",
......@@ -13,6 +13,14 @@
"build": "webpack && tsc -p ./src/awrtc",
"clean": "shx rm -rf ./build/awrtc ./build/bundle"
},
"files": [
"build",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/because-why-not/awrtc_browser"
},
"devDependencies": {
"@types/jasmine": "^2.8.16",
"jasmine": "^2.99.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment