-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Malavika Koppula
committed
Aug 7, 2023
1 parent
ca9ee7d
commit d30281f
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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://[email protected]/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" | ||
} |