From d30281f309fac2953a65f541d6fac87a85cc577e Mon Sep 17 00:00:00 2001 From: Malavika Koppula Date: Mon, 7 Aug 2023 12:47:36 -0400 Subject: [PATCH] Added package to textfile-block --- blocks/textfile-block/package.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 blocks/textfile-block/package.json diff --git a/blocks/textfile-block/package.json b/blocks/textfile-block/package.json new file mode 100644 index 00000000..e1e0c0c4 --- /dev/null +++ b/blocks/textfile-block/package.json @@ -0,0 +1,27 @@ +{ + "name": "@wpmedia/textfile-block", + "version": "0.0.1", + "description": "Fusion News Theme text file block", + "license": "CC-BY-NC-ND-4.0", + "main": "index.js", + "files": [ + "features" + ], + "publishConfig": { + "registry": "https://npm.pkg.github.com/", + "access": "public" + }, + "repository": { + "type": "git", + "url": "ssh://git@github.com/WPMedia/feed-components.git", + "directory": "blocks/textfile-block" + }, + "scripts": { + "test": "echo \"Error: run tests from root\" && exit 1", + "lint": "eslint --ext js --ext jsx features" + }, + "devDependencies": { + "prop-types": "^15.7.2" + }, + "gitHead": "83fb8d6685958d85ddbfcfbf01d9a5c864cd6c95" +}