Skip to content

Commit be5432f

Browse files
committed
⚡ Update dependencies and Publish v0.4.6
1 parent 962e776 commit be5432f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tam",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "Tam is the Assets Manager for you.",
55
"main": "index.js",
66
"bin": "./bin/tam.js",
@@ -17,16 +17,16 @@
1717
"homepage": "https://github.com/arrowrowe/tam",
1818
"devDependencies": {
1919
"chai": "3.5.0",
20-
"eslint": "2.1.0",
21-
"ghooks": "1.0.3",
22-
"istanbul": "0.4.2",
23-
"jscs": "2.10.1",
20+
"eslint": "2.9.0",
21+
"ghooks": "1.2.1",
22+
"istanbul": "0.4.3",
23+
"jscs": "3.0.3",
2424
"mocha": "2.4.5",
25-
"sinon": "1.17.3"
25+
"sinon": "1.17.4"
2626
},
2727
"scripts": {
2828
"lint": "eslint .",
29-
"jscs": "jscs --verbose .",
29+
"jscs": "jscs .",
3030
"check": "npm run lint && npm run jscs",
3131
"pretest": "node test/fixture-init.js",
3232
"test": "istanbul cover _mocha 'test/**/*-spec.js' -- -R spec && istanbul check-coverage --statement 100 --branch 100 --function 100",
@@ -39,16 +39,16 @@
3939
}
4040
},
4141
"dependencies": {
42-
"chalk": "^1.1",
43-
"clean-css": "3.4.9",
42+
"chalk": "1.1.3",
43+
"clean-css": "3.4.12",
4444
"clone": "^1.0",
45-
"command-line-args": "2.1.4",
46-
"fs-extra": "0.26.5",
47-
"glob": "7.0.0",
48-
"hash-file": "^2.1",
49-
"log4js": "0.6.31",
45+
"command-line-args": "2.1.6",
46+
"fs-extra": "0.30.0",
47+
"glob": "7.0.3",
48+
"hash-file": "3.0.0",
49+
"log4js": "0.6.36",
5050
"node-sass": "^3.4",
5151
"strip-json-comments": "2.0.1",
52-
"uglify-js": "^2.6"
52+
"uglify-js": "2.6.2"
5353
}
5454
}

0 commit comments

Comments
 (0)