Skip to content

Commit

Permalink
Little change
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed Jun 25, 2017
1 parent d71b250 commit 204ade6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Gulp Java Merger

[![npm](https://img.shields.io/npm/v/gulp-java-merger.svg)](https://www.npmjs.com/package/gulp-java-merger)

A gulp plugin to make it easy to merge multiple .java files into one, aswell as automatically removing 'public' from class declarations (one .java file can't have multiple public classes/interfaces) and making sure there are no duplicate imports.

## Install
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": "gulp-java-merger",
"version": "2.0.0",
"version": "1.0.6",
"description": "A gulp plugin to make it easy to merge multiple .java files into one.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 204ade6

Please sign in to comment.