Compare commits

..

No commits in common. "d7430565d83b248501bd06906aa9fd2493ad030f" and "2336edd2b79c03678fe085413d4d96f953bdafa0" have entirely different histories.

2 changed files with 9 additions and 6 deletions

View File

@ -9,7 +9,13 @@
"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.1.0", "version": "0.0.0-development",
"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,8 +43,5 @@
"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/**"
]
} }