chore: update package files [no ci]

This commit is contained in:
Mo
2023-08-01 11:38:49 -05:00
parent a24ceecb63
commit fe77508061
18 changed files with 18 additions and 18 deletions

View File

@@ -14,7 +14,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"license": "AGPL-3.0-or-later", "license": "CC BY-NC-SA 4.0",
"scripts": { "scripts": {
"clean": "rm -fr dist", "clean": "rm -fr dist",
"prestart": "yarn clean", "prestart": "yarn clean",

View File

@@ -2,7 +2,7 @@
"name": "@standardnotes/desktop", "name": "@standardnotes/desktop",
"main": "./app/dist/index.js", "main": "./app/dist/index.js",
"version": "3.108.60", "version": "3.108.60",
"license": "AGPL-3.0-or-later", "license": "CC BY-NC-SA 4.0",
"author": "Standard Notes.", "author": "Standard Notes.",
"private": true, "private": true,
"repository": { "repository": {

View File

@@ -8,7 +8,7 @@
"main": "./src/index.ts", "main": "./src/index.ts",
"private": true, "private": true,
"author": "Standard Notes", "author": "Standard Notes",
"license": "AGPL-3.0-or-later", "license": "CC BY-NC-SA 4.0",
"scripts": { "scripts": {
"lint": "eslint src --ext .ts", "lint": "eslint src --ext .ts",
"format": "prettier --write src", "format": "prettier --write src",

View File

@@ -14,7 +14,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"license": "AGPL-3.0-or-later", "license": "CC BY-NC-SA 4.0",
"scripts": { "scripts": {
"clean": "rm -fr dist", "clean": "rm -fr dist",
"prestart": "yarn clean", "prestart": "yarn clean",

View File

@@ -8,7 +8,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"license": "AGPL-3.0-or-later", "license": "CC BY-NC-SA 4.0",
"scripts": { "scripts": {
"clean": "rm -fr dist", "clean": "rm -fr dist",
"prestart": "yarn clean", "prestart": "yarn clean",

View File

@@ -9,7 +9,7 @@
"author": "Standard Notes", "author": "Standard Notes",
"types": "./src/index.ts", "types": "./src/index.ts",
"private": true, "private": true,
"license": "AGPL-3.0-or-later", "license": "CC BY-NC-SA 4.0",
"scripts": { "scripts": {
"build": "echo 'Empty build script required for yarn topological install'", "build": "echo 'Empty build script required for yarn topological install'",
"lint": "eslint src --ext .ts", "lint": "eslint src --ext .ts",

View File

@@ -12,7 +12,7 @@
"dist" "dist"
], ],
"private": true, "private": true,
"license": "AGPL-3.0-or-later", "license": "CC BY-NC-SA 4.0",
"scripts": { "scripts": {
"lint": "eslint src --ext .ts", "lint": "eslint src --ext .ts",
"test": "jest", "test": "jest",

View File

@@ -3,7 +3,7 @@
"version": "3.56.40", "version": "3.56.40",
"author": "Standard Notes.", "author": "Standard Notes.",
"private": true, "private": true,
"license": "AGPL-3.0-or-later", "license": "CC BY-NC-SA 4.0",
"scripts": { "scripts": {
"android-dev": "react-native run-android --variant devDebug --appIdSuffix dev", "android-dev": "react-native run-android --variant devDebug --appIdSuffix dev",
"android-prod-debug": "react-native run-android --variant prodDebug", "android-prod-debug": "react-native run-android --variant prodDebug",

View File

@@ -11,7 +11,7 @@
"author": "Standard Notes", "author": "Standard Notes",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"license": "AGPL-3.0-or-later", "license": "CC BY-NC-SA 4.0",
"scripts": { "scripts": {
"clean": "rm -fr dist", "clean": "rm -fr dist",
"prestart": "yarn clean", "prestart": "yarn clean",

View File

@@ -1,7 +1,7 @@
{ {
"name": "@standardnotes/releases", "name": "@standardnotes/releases",
"version": "1.4.412", "version": "1.4.412",
"license": "AGPL-3.0-or-later", "license": "CC BY-NC-SA 4.0",
"main": "dist/releases.json", "main": "dist/releases.json",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"publishConfig": { "publishConfig": {

View File

@@ -13,7 +13,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"license": "AGPL-3.0-or-later", "license": "CC BY-NC-SA 4.0",
"scripts": { "scripts": {
"clean": "rm -fr dist", "clean": "rm -fr dist",
"prestart": "yarn clean", "prestart": "yarn clean",

View File

@@ -8,7 +8,7 @@
"main": "./src/index.ts", "main": "./src/index.ts",
"author": "Standard Notes", "author": "Standard Notes",
"private": true, "private": true,
"license": "AGPL-3.0-or-later", "license": "CC BY-NC-SA 4.0",
"scripts": { "scripts": {
"tsc": "tsc --project tsconfig.json", "tsc": "tsc --project tsconfig.json",
"lint": "eslint src --ext .ts && yarn tsc", "lint": "eslint src --ext .ts && yarn tsc",

View File

@@ -11,7 +11,7 @@
"files": [ "files": [
"dist" "dist"
], ],
"license": "AGPL-3.0-or-later", "license": "CC BY-NC-SA 4.0",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },

View File

@@ -12,7 +12,7 @@
"dist/**/*.js.map", "dist/**/*.js.map",
"dist/**/*.d.ts" "dist/**/*.d.ts"
], ],
"license": "AGPL-3.0-or-later", "license": "CC BY-NC-SA 4.0",
"private": true, "private": true,
"scripts": { "scripts": {
"clean": "rm -fr dist", "clean": "rm -fr dist",

View File

@@ -12,7 +12,7 @@
"mocha", "mocha",
"e2e-server.js" "e2e-server.js"
], ],
"license": "AGPL-3.0-or-later", "license": "CC BY-NC-SA 4.0",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },

View File

@@ -8,7 +8,7 @@
"main": "./src/index.ts", "main": "./src/index.ts",
"author": "Standard Notes", "author": "Standard Notes",
"private": true, "private": true,
"license": "AGPL-3.0-or-later", "license": "CC BY-NC-SA 4.0",
"scripts": { "scripts": {
"tsc": "tsc --project tsconfig.json", "tsc": "tsc --project tsconfig.json",
"lint": "eslint src --ext .ts", "lint": "eslint src --ext .ts",

View File

@@ -14,7 +14,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"license": "AGPL-3.0-or-later", "license": "CC BY-NC-SA 4.0",
"scripts": { "scripts": {
"clean": "rm -fr dist", "clean": "rm -fr dist",
"prestart": "yarn clean", "prestart": "yarn clean",

View File

@@ -1,7 +1,7 @@
{ {
"name": "@standardnotes/web", "name": "@standardnotes/web",
"version": "3.167.27", "version": "3.167.27",
"license": "AGPL-3.0-or-later", "license": "CC BY-NC-SA 4.0",
"main": "dist/app.js", "main": "dist/app.js",
"author": "Standard Notes.", "author": "Standard Notes.",
"private": true, "private": true,