Skip to content

Commit 17b3ffd

Browse files
committed
Fixed name in package.json, added travis image to README.
1 parent c163a79 commit 17b3ffd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Grunt plugin for [javascript-obfuscator](https://github.com/javascript-obfuscato
55

66
**Consider this code alpha.**
77

8-
## Installation
8+
[![Build Status](https://travis-ci.org/javascript-obfuscator/grunt-contrib-obfuscator.svg?branch=master)](https://travis-ci.org/javascript-obfuscator/grunt-contrib-obfuscator)
99

10-
**It's not published on NPM yet.**
10+
## Installation
1111

1212
Install the package with NPM:
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "grunt-contrib-obfuscate",
2+
"name": "grunt-contrib-obfuscator",
33
"description": "Grunt plugin that obfuscates your JavaScript using the javascript-obfuscator library.",
44
"version": "1.0.0",
55
"author": {

0 commit comments

Comments
 (0)