Compare commits
No commits in common. "c90d63b191be9030b41e296fc10bfd2961a47f46" and "4e4d5e252fb2bff0fc5dcc6aca68393d6b3c5f9f" have entirely different histories.
c90d63b191
...
4e4d5e252f
14
.releaserc
14
.releaserc
|
@ -1,22 +1,14 @@
|
||||||
{
|
{
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"@semantic-release/commit-analyzer",
|
|
||||||
"@semantic-release/release-notes-generator",
|
|
||||||
[
|
[
|
||||||
"@semantic-release/changelog",
|
|
||||||
{
|
|
||||||
"changelogFile": "docs/CHANGELOG.md"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"@semantic-release/git",
|
"@semantic-release/git",
|
||||||
{
|
{
|
||||||
"assets": [
|
"assets": [
|
||||||
"package.json",
|
"package.json",
|
||||||
"docs/CHANGELOG.md",
|
"docs/CHANGELOG.md"
|
||||||
"npm-shrinkwrap.json"
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"@semantic-release/npm"
|
|
||||||
],
|
],
|
||||||
"branches": [
|
"branches": [
|
||||||
"master",
|
"master",
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
|
@ -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",
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
"_id": "@lumeweb/libportal@0.1.0",
|
"_id": "@lumeweb/libportal@0.1.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "presetter bootstrap",
|
"prepare": "presetter bootstrap",
|
||||||
"build": "presetter run build",
|
"build": "presetter build",
|
||||||
"semantic-release": "semantic-release"
|
"semantic-release": "semantic-release"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -43,11 +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/**"
|
|
||||||
],
|
|
||||||
"publishConfig": {
|
|
||||||
"access": "public"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue