Skip to content

Commit cc81c97

Browse files
committed
upgrade dependencies
1 parent 21916ef commit cc81c97

File tree

19 files changed

+74
-53
lines changed

19 files changed

+74
-53
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
**/node_modules/
2-
**/npm-debug.log
2+
*npm-debug.log
3+
artifacts/
34
node_modules/
45
tmp/
56
CVS/

package.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
"progress": "~0.1.0",
88
"ansi-color": "*",
99
"gear": "~0.8.0",
10-
"gear-lib": "~0.8.0",
10+
"gear-lib": "^0.9.2",
1111
"nopt": "*",
1212
"yuitest-coverage": ">=0.0.5",
1313
"yuicompressor": "2.4.7",
1414
"yui-lint": "~0.2.0",
15-
"jshint": "~0.9.0",
15+
"jshint": "^2.9.5",
1616
"watch": "~0.8.0",
1717
"cpr": "~0.0.6",
1818
"mkdirp": "*",
1919
"rimraf": "*",
20-
"istanbul": "0.1.37",
20+
"istanbul": "^0.4.5",
2121
"which": "*",
22-
"yuglify": "~0.1.0",
22+
"yuglify": "^1.0.1",
2323
"timethat": "~0.0.1",
2424
"cssproc": "~0.0.1",
2525
"walkdir": "~0.0.5"
@@ -41,15 +41,17 @@
4141
"docs": "node scripts/versions.js; node ./node_modules/.bin/selleck --out ./output"
4242
},
4343
"preferGlobal": "true",
44-
"bugs": { "url" : "http://github.com/yui/shifter/issues" },
45-
"licenses":[
44+
"bugs": {
45+
"url": "http://github.com/yui/shifter/issues"
46+
},
47+
"licenses": [
4648
{
47-
"type" : "BSD",
48-
"url" : "https://github.com/yui/shifter/blob/master/LICENSE"
49+
"type": "BSD",
50+
"url": "https://github.com/yui/shifter/blob/master/LICENSE"
4951
}
5052
],
5153
"repository": {
52-
"type":"git",
53-
"url":"http://github.com/yui/shifter.git"
54+
"type": "git",
55+
"url": "http://github.com/yui/shifter.git"
5456
}
5557
}
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
if (typeof __coverage__ === 'undefined') { __coverage__ = {}; }
2-
if (!__coverage__['build/foo/foo.js']) {
3-
__coverage__['build/foo/foo.js'] = {"path":"build/foo/foo.js","s":{"1":0,"2":0},"b":{},"f":{"1":0},"fnMap":{"1":{"name":"(anonymous_1)","line":1,"loc":{"start":{"line":1,"column":15},"end":{"line":1,"column":34}}}},"statementMap":{"1":{"start":{"line":1,"column":0},"end":{"line":3,"column":39}},"2":{"start":{"line":2,"column":4},"end":{"line":2,"column":16}}},"branchMap":{},"code":["(function () { YUI.add('foo', function (Y, NAME) {"," Y[NAME] = 1;","}, '@VERSION@', {\"requires\": [\"bar\"]});","","}());"]};
1+
2+
var __cov_y$IUoFrzcr$trVZ7P9g9kw = (Function('return this'))();
3+
if (!__cov_y$IUoFrzcr$trVZ7P9g9kw.__coverage__) { __cov_y$IUoFrzcr$trVZ7P9g9kw.__coverage__ = {}; }
4+
__cov_y$IUoFrzcr$trVZ7P9g9kw = __cov_y$IUoFrzcr$trVZ7P9g9kw.__coverage__;
5+
if (!(__cov_y$IUoFrzcr$trVZ7P9g9kw['build/foo/foo.js'])) {
6+
__cov_y$IUoFrzcr$trVZ7P9g9kw['build/foo/foo.js'] = {"path":"build/foo/foo.js","s":{"1":0,"2":0},"b":{},"f":{"1":0},"fnMap":{"1":{"name":"(anonymous_1)","line":1,"loc":{"start":{"line":1,"column":15},"end":{"line":1,"column":34}}}},"statementMap":{"1":{"start":{"line":1,"column":0},"end":{"line":3,"column":39}},"2":{"start":{"line":2,"column":4},"end":{"line":2,"column":16}}},"branchMap":{},"code":["(function () { YUI.add('foo', function (Y, NAME) {"," Y[NAME] = 1;","}, '@VERSION@', {\"requires\": [\"bar\"]});","","}());"]};
47
}
5-
var __cov_y$IUoFrzcr$trVZ7P9g9kw = __coverage__['build/foo/foo.js'];
8+
__cov_y$IUoFrzcr$trVZ7P9g9kw = __cov_y$IUoFrzcr$trVZ7P9g9kw['build/foo/foo.js'];
69
__cov_y$IUoFrzcr$trVZ7P9g9kw.s['1']++;YUI.add('foo',function(Y,NAME){__cov_y$IUoFrzcr$trVZ7P9g9kw.f['1']++;__cov_y$IUoFrzcr$trVZ7P9g9kw.s['2']++;Y[NAME]=1;},'@VERSION@',{'requires':['bar']});
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
YUI.add("bar",function(e,t){e[t]=1},"@VERSION@",{requires:["foo"]});
1+
YUI.add("bar",function(o,r){o[r]=1},"@VERSION@",{requires:["foo"]});
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
YUI.add("baz",function(e,t){e[t]=2},"@VERSION@",{requires:["bar"]});
1+
YUI.add("baz",function(a,r){a[r]=2},"@VERSION@",{requires:["bar"]});

tests/assets/regex/build-expected/module-1/module-1-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.

tests/assets/regex/build-expected/module-2/module-2-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.

tests/assets/regex/build/module-1/module-1-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.

tests/assets/regex/build/module-2/module-2-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.

0 commit comments

Comments
 (0)