Skip to content

Commit c94de72

Browse files
committed
Update uglify
1 parent 85f5165 commit c94de72

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Lee Crossley <leee@hotmail.co.uk> (http://ilee.co.uk/)",
44
"description": "A functional JavaScript library that facilitates currying and point-free programming",
55
"homepage": "http://functionaljs.com",
6-
"version": "0.6.11",
6+
"version": "0.6.12",
77
"keywords": [
88
"functional",
99
"curry",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Lee Crossley <leee@hotmail.co.uk> (http://ilee.co.uk/)",
44
"description": "A functional JavaScript library that facilitates currying and point-free programming",
55
"homepage": "http://functionaljs.com",
6-
"version": "0.6.11",
6+
"version": "0.6.12",
77
"keywords": [
88
"functional",
99
"curry",

functional.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Lee Crossley <leee@hotmail.co.uk> (http://ilee.co.uk/)",
44
"description": "A functional JavaScript library that facilitates currying and point-free programming",
55
"homepage": "http://functionaljs.com",
6-
"version": "0.6.11",
6+
"version": "0.6.12",
77
"main": "functional.min.js",
88
"keywords": [
99
"functional",
@@ -39,7 +39,7 @@
3939
"grunt-cli": "^0.1.13",
4040
"grunt-contrib-jasmine": "^0.8.2",
4141
"grunt-contrib-jshint": "^0.11.0",
42-
"grunt-contrib-uglify": "^0.7.0",
42+
"grunt-contrib-uglify": "^0.8.0",
4343
"grunt-contrib-watch": "^0.6.1",
4444
"grunt-string-replace": "^1.0.0"
4545
}

0 commit comments

Comments
 (0)