Skip to content

Commit 43f7621

Browse files
committed
bump grunt-eco and eco
1 parent 34fefa8 commit 43f7621

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"grunt-contrib-uglify": "~0.3.1",
5757
"grunt-contrib-watch": "~0.5.3",
5858
"grunt-docco": "^0.3.3",
59-
"grunt-eco": "*",
59+
"grunt-eco": "0.2.0-rc.0",
6060
"grunt-exec": "^0.4.6",
6161
"grunt-markdown": "~0.7.0",
6262
"grunt-mocha": "1.1.0",

yarn.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ co@^4.6.0:
420420
version "4.6.0"
421421
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
422422

423-
coffee-script@>=1.0.1, coffee-script@>=1.2.0:
423+
coffee-script@>=1.2.0:
424424
version "1.12.7"
425425
resolved "https://registry.yarnpkg.com/coffee-script/-/coffee-script-1.12.7.tgz#c05dae0cb79591d05b3070a8433a98c9a89ccc53"
426426

@@ -694,11 +694,12 @@ ecc-jsbn@~0.1.1:
694694
jsbn "~0.1.0"
695695
safer-buffer "^2.1.0"
696696

697-
eco@~1.0:
698-
version "1.0.3"
699-
resolved "https://registry.yarnpkg.com/eco/-/eco-1.0.3.tgz#624eacd09c9795ed65d83da865375dc52464e56d"
697+
eco@1.1.0-rc-3:
698+
version "1.1.0-rc-3"
699+
resolved "https://registry.yarnpkg.com/eco/-/eco-1.1.0-rc-3.tgz#742a32c4615af705ab3e9a46b6ce5c16dbc57262"
700+
integrity sha1-dCoyxGFa9wWrPppGts5cFtvFcmI=
700701
dependencies:
701-
coffee-script ">=1.0.1"
702+
coffee-script ">=1.2.0"
702703
strscan ">=1.0.1"
703704

704705
entities@0.x:
@@ -1091,11 +1092,12 @@ grunt-docco@^0.3.3:
10911092
dependencies:
10921093
docco "~0.6.3"
10931094

1094-
grunt-eco@*:
1095-
version "0.1.3"
1096-
resolved "https://registry.yarnpkg.com/grunt-eco/-/grunt-eco-0.1.3.tgz#4e6ba86948a1122990a7eae61c57ab961a769ed6"
1095+
grunt-eco@0.2.0-rc.0:
1096+
version "0.2.0-rc.0"
1097+
resolved "https://registry.yarnpkg.com/grunt-eco/-/grunt-eco-0.2.0-rc.0.tgz#7037098dc60dc1fd6335c806b779ae08bbdf63e2"
1098+
integrity sha512-gFTF4fzWtsMthX0Bg9EGRlyGnraTAKBgPbTApgU21RHc5b006uPlKhopvGI6YFxmY4dFC/YeH34hwpMwzBmvzw==
10971099
dependencies:
1098-
eco "~1.0"
1100+
eco "1.1.0-rc-3"
10991101

11001102
grunt-exec@^0.4.6:
11011103
version "0.4.7"

0 commit comments

Comments
 (0)