Skip to content

Commit 8dd473a

Browse files
committed
Updated package.json and added .travis.yml.
1 parent c57a46b commit 8dd473a

2 files changed

Lines changed: 29 additions & 2 deletions

File tree

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
sudo: false
2+
3+
language: node_js
4+
5+
node_js:
6+
- "0.10"
7+
- "0.12"
8+
- "4"
9+
- "5"
10+
- "6"
11+
- "iojs"
12+
13+
matrix:
14+
fast_finish: true
15+
16+
cache:
17+
directories:
18+
- node_modules

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-obfuscate",
33
"description": "Grunt plugin that obfuscates your JavaScript using the javascript-obfuscator library.",
4-
"version": "0.0.1",
4+
"version": "1.0.0",
55
"author": {
66
"name": "Tiago Serafim"
77
},
@@ -25,7 +25,16 @@
2525
"grunt-contrib-jshint": "^1.0.0",
2626
"grunt-contrib-nodeunit": "^1.0.0"
2727
},
28-
"keywords": [],
28+
"keywords": [
29+
"gruntplugin",
30+
"obfuscator",
31+
"js obfuscator",
32+
"javascript obfuscator",
33+
"obfuscation",
34+
"code protection",
35+
"grunt obfuscator",
36+
"javascript"
37+
],
2938
"files": [
3039
"tasks"
3140
]

0 commit comments

Comments
 (0)