From bed81675855122f258964ccb00df0b1ff93157a5 Mon Sep 17 00:00:00 2001 From: Tiago Schenkel Date: Fri, 3 Aug 2018 12:49:43 +0200 Subject: [PATCH 1/3] ignore static folder when publishing package to npm --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index f6ca59f..795720c 100644 --- a/.npmignore +++ b/.npmignore @@ -9,6 +9,7 @@ /lib-test /not-ported-extensions /src +/static /test /transpiled-code /typings From c3fde6c8452c18dd0c14fc55d16e06894292d9d6 Mon Sep 17 00:00:00 2001 From: Tiago Schenkel Date: Fri, 3 Aug 2018 12:53:57 +0200 Subject: [PATCH 2/3] update npm version badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf3db11..52a7320 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ RobotlegsJS Phaser-CE Extension [![codebeat badge](https://codebeat.co/badges/23774a85-7477-4f53-822f-11afa0f5f78a)](https://codebeat.co/projects/github-com-robotlegsjs-robotlegsjs-phaser-ce-master) [![Maintainability](https://api.codeclimate.com/v1/badges/860c6f9a213f42b8c543/maintainability)](https://codeclimate.com/github/RobotlegsJS/RobotlegsJS-Phaser-CE/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/860c6f9a213f42b8c543/test_coverage)](https://codeclimate.com/github/RobotlegsJS/RobotlegsJS-Phaser-CE/test_coverage) -[![npm version](https://badge.fury.io/js/%40robotlegsjs%2Fphaser%2Fce.svg)](https://badge.fury.io/js/%40robotlegsjs%2Fphaser%2Fce) +[![npm version](https://badge.fury.io/js/%40robotlegsjs%2Fphaser-ce.svg)](https://badge.fury.io/js/%40robotlegsjs%2Fphaser-ce) [![Greenkeeper badge](https://badges.greenkeeper.io/RobotlegsJS/RobotlegsJS-Phaser-CE.svg)](https://greenkeeper.io/) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) From dab0b448e3bec98219d5771e4f0500b75ea0a98c Mon Sep 17 00:00:00 2001 From: Tiago Schenkel Date: Fri, 3 Aug 2018 12:54:11 +0200 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b7366..3cd47d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## RobotlegsJS Phaser-CE 0.2.0 +### 0.2.1 + +- Update NPM Version badge and ignore `static` folder when publishing package to **NPM** (see #4). + ### [v0.2.0](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-CE/releases/tag/0.2.0) - 2018-08-03 Major Breaking Changes: