chore: update package files [no ci]

This commit is contained in:
Mo 2023-08-01 11:38:49 -05:00
parent a24ceecb63
commit fe77508061
No known key found for this signature in database
GPG key ID: 034B13B1644297E1
18 changed files with 18 additions and 18 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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