Skip to content

Commit

Permalink
Update package.json: incl. version license repository and makepot com…
Browse files Browse the repository at this point in the history
…mand #4
  • Loading branch information
bobbingwide committed Sep 11, 2021
1 parent a05508e commit 4836b7a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-server-side-render'), 'version' => '50eb7090ad99da9cea8e6a9a24917b8b');
<?php return array('dependencies' => array('lodash', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-server-side-render'), 'version' => '8d6a612a27168e1ad658def46ffe036c');
2 changes: 1 addition & 1 deletion build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "oik-magnetic-poetry",
"version": "0.2.0",
"version": "0.2.2",
"description": "Magnetic Poetry",
"author": "bobbingwide",
"license": "GPLv3",
"license": "GPL-2.0-or-later",
"repository": {
"type": "git",
"url": "git://github.com/bobbingwide/oik-magnetic-poetry.git"
},
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
Expand All @@ -13,7 +17,7 @@
"start": "wp-scripts start",
"packages-update": "wp-scripts packages-update",
"dev": "wp-scripts start",
"makepot": "wp i18n make-pot . languages/oik-magnetic-poetry.pot --exclude=node_modules,vendor,src",
"makepot": "wp i18n make-pot . languages/oik-magnetic-poetry.pot --domain=oik-magnetic-poetry --exclude=node_modules,vendor,src/*.js",
"makejson": "wp i18n make-json languages --no-purge",
"l10n": "l10n oik-magnetic-poetry"
},
Expand Down

0 comments on commit 4836b7a

Please sign in to comment.