Skip to content

Commit 56ef9e6

Browse files
committed
Update README and package.json.
1 parent 17b3ffd commit 56ef9e6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
grunt-contrib-obfuscator
22
========================
33

4-
Grunt plugin for [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator).
5-
6-
**Consider this code alpha.**
4+
Grunt plugin for [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator). You can try the javascript-obfuscator module and see all its options here: https://javascriptobfuscator.herokuapp.com
75

86
[![Build Status](https://travis-ci.org/javascript-obfuscator/grunt-contrib-obfuscator.svg?branch=master)](https://travis-ci.org/javascript-obfuscator/grunt-contrib-obfuscator)
97

@@ -26,8 +24,8 @@ obfuscator: {
2624
},
2725
files: {
2826
'dest/output.js': [
29-
'src/js/file1.js',
30-
'src/js/file2.js'
27+
'src/js/file1.js',
28+
'src/js/file2.js'
3129
]
3230
}
3331
}

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
},
1313
"main": "tasks/obfuscator.js",
1414
"scripts": {
15-
"test": "grunt test"
15+
"test": "grunt test",
16+
"preversion": "npm test",
17+
"postversion": "git push && git push --tags && npm publish"
1618
},
1719
"dependencies": {
1820
"chalk": "^1.0.0",

0 commit comments

Comments
 (0)