1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00

update dependencies

This commit is contained in:
ido 2015-07-30 17:18:52 +03:00
parent cb3ca7aa20
commit 2cafda386d
2 changed files with 3 additions and 4 deletions

View File

@ -13,7 +13,6 @@ module.exports = function (grunt) {
'test/src/**/*.js', 'test/src/**/*.js',
'!playground/libs/**/*.js', '!playground/libs/**/*.js',
'!playground/dist/**/*.js', '!playground/dist/**/*.js',
'!playground/rt-main.browser.js',
'!playground/**/*.rt.js' '!playground/**/*.rt.js'
] ]
}, },

View File

@ -32,8 +32,8 @@
"devDependencies": { "devDependencies": {
"brace": "^0.5.1", "brace": "^0.5.1",
"brfs": "^1.4.0", "brfs": "^1.4.0",
"coveralls": "^2.11.2", "coveralls": "^2.11.3",
"eslint-plugin-react": "^2.6.4", "eslint-plugin-react": "^3.1.0",
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-browserify": "^3.8.0", "grunt-browserify": "^3.8.0",
"grunt-contrib-requirejs": "^0.4.4", "grunt-contrib-requirejs": "^0.4.4",
@ -43,7 +43,7 @@
"grunt-node-tap": "^0.1.61", "grunt-node-tap": "^0.1.61",
"istanbul": "^0.3.17", "istanbul": "^0.3.17",
"react": "^0.12.2", "react": "^0.12.2",
"tape": "^4.0.0" "tape": "^4.0.1"
}, },
"keywords": [ "keywords": [
"templates", "templates",