Compare commits

...

3 Commits

2 changed files with 6 additions and 9 deletions

View File

@ -9,13 +9,7 @@
"npm-shrinkwrap.json" "npm-shrinkwrap.json"
] ]
} }
], ]
[
"@semantic-release/npm",
{
"pkgRoot": "lib"
}
],
], ],
"branches": [ "branches": [
"master", "master",

View File

@ -1,6 +1,6 @@
{ {
"name": "@lumeweb/libportal", "name": "@lumeweb/libportal",
"version": "0.0.0-development", "version": "0.1.0",
"main": "lib/index.js", "main": "lib/index.js",
"module": "lib/index.mjs", "module": "lib/index.mjs",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@ -43,5 +43,8 @@
"stream-to-blob": "^2.0.1", "stream-to-blob": "^2.0.1",
"tus-js-client": "^3.1.0", "tus-js-client": "^3.1.0",
"web-streams-polyfill": "^3.2.1" "web-streams-polyfill": "^3.2.1"
} },
"files":[
"lib/**"
]
} }