Skip to content

Commit

Permalink
Add a publishConfig setting to wordcount's package.json, and fix the …
Browse files Browse the repository at this point in the history
…indenting. (#114)
  • Loading branch information
pento authored Apr 25, 2018
1 parent e3547ea commit 28901fe
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions packages/wordcount/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"name": "@wordpress/wordcount",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/packages.git"
},
"description": "WordPress Word Count Utility",
"main": "build/index.js",
"module": "build-module/index.js",
"author": "WordPress",
"license": "GPL-2.0+",
"dependencies": {
"lodash": "^4.17.4"
}
"name": "@wordpress/wordcount",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/packages.git"
},
"description": "WordPress Word Count Utility",
"main": "build/index.js",
"module": "build-module/index.js",
"author": "WordPress",
"license": "GPL-2.0+",
"dependencies": {
"lodash": "^4.17.4"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 28901fe

Please sign in to comment.