Skip to content

Commit

Permalink
Merge pull request #134 from iLib-js/updateNpmPackage
Browse files Browse the repository at this point in the history
Update npm package to include README.md
  • Loading branch information
ehoogerbeets authored Sep 28, 2018
2 parents ad3bd32 + 0d3d7b6 commit d56d175
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=13.3.0
version=13.3.1
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ limitations under the License.
<target name="dist" depends="all" description="Build the distribution package.">
<mkdir dir="${build.dist}" description="Dir to contain all the distribution outputs"/>
<iterate target="export"/>
<copy file="README.md" todir="${build.export}/package" />
<zip destfile="${build.dist}/ilib-${version}.zip"
basedir="${build.export}"
includes="js/**,java/**,locale/**,qt/**"/>
Expand Down
10 changes: 10 additions & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Release Notes for Version 13
============================

Build 005
-------
Published as version 13.3.1 on npm only

New Features:
* No code or documentation changes

Bug Fixes:
* Forgot to include the README.md in the npm package. Now it is there. This is the only change from 13.3.0.

Build 004
-------
Published as version 13.3.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ilib",
"version": "13.3.0",
"version": "13.3.1",
"main": "js/lib/ilib-node.js",
"description": "iLib is a cross-engine library of internationalization (i18n) classes written in pure JS",
"keywords": [
Expand Down

0 comments on commit d56d175

Please sign in to comment.