Skip to content

Commit

Permalink
Added package to textfile-block
Browse files Browse the repository at this point in the history
  • Loading branch information
Malavika Koppula committed Aug 7, 2023
1 parent ca9ee7d commit d30281f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions blocks/textfile-block/package.json
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"
}

0 comments on commit d30281f

Please sign in to comment.