Skip to content

Commit

Permalink
chore: Update _autop_ package.json fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb committed Jan 12, 2018
1 parent 6114576 commit d45165d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions packages/autop/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
{
"name": "@wordpress/autop",
"version": "1.0.1",
"description": "WordPress's automatic paragraph functions `autop` and `removep`",
"author": "WordPress",
"license": "GPL-2.0-or-later",
"keywords": [
"autop"
],
"homepage": "https://github.com/WordPress/packages/tree/master/packages/autop/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/packages.git"
},
"description": "WordPress's automatic paragraph functions `autop` and `removep`",
"bugs": {
"url": "https://github.com/WordPress/packages/issues"
},
"main": "build/index.js",
"module": "build-module/index.js",
"author": "WordPress",
"license": "GPL-2.0-or-later",
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit d45165d

Please sign in to comment.