2
0

docs: 💄 New README illustration

This commit is contained in:
Baptiste Arnaud
2022-03-17 16:39:12 +01:00
parent 52b773379e
commit d8fe53012d
6 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
"name": "scripts",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"license": "AGPL-3.0-or-later",
"private": true,
"scripts": {
"start:local": "ts-node index.ts",

View File

@@ -3,7 +3,7 @@
"version": "2.2.0",
"main": "dist/index.js",
"unpkg": "dist/index.umd.min.js",
"license": "MIT",
"license": "AGPL-3.0-or-later",
"scripts": {
"build": "yarn lint && rollup -c",
"lint": "eslint src --ext .ts && eslint tests --ext .ts",

View File

@@ -4,7 +4,7 @@
"main": "index.js",
"repository": "https://github.com/typebot-io/wordpress.git",
"author": "baptisteArno",
"license": "MIT",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@prettier/plugin-php": "^0.18.3"
},