Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Commit 845bd7c

Browse files
author
Daniel Wirtz
committed
Bumped
1 parent ee00740 commit 845bd7c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ Tests [![Build Status](https://travis-ci.org/dcodeIO/ClosureCompiler.js.png?bran
9999
* [View source](https://github.com/dcodeIO/ClosureCompiler.js/blob/master/tests/test.js)
100100
* [View report](https://travis-ci.org/dcodeIO/ClosureCompiler.js)
101101

102+
Contributors
103+
------------
104+
Feross Aboukhadijeh
105+
102106
License
103107
-------
104108

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "closurecompiler",
3-
"version": "1.1.1",
4-
"author": "Daniel Wirtz <[email protected]>",
3+
"version": "1.1.2",
54
"description": "ClosureCompiler.js: Closure Compiler for node.js. The all-round carefree package.",
5+
"author": "Daniel Wirtz <[email protected]>",
6+
"contributors": [
7+
"Feross Aboukhadijeh <[email protected]>"
8+
],
69
"main": "ClosureCompiler.js",
710
"bin": {
811
"ccjs": "./bin/ccjs"

0 commit comments

Comments
 (0)