aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2019-04-01 13:46:08 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2019-04-01 13:46:08 +0200
commit2734aa3da01cf5872176b1c6f1bfdc9815cdf500 (patch)
tree2629dbd59a9f29cebfe0da4d19fecd70daeb9fe1 /package.json
parente6fa04d4854244ed85f82804093f0ca450014932 (diff)
downloadperl-software-in-gnu-guix-2734aa3da01cf5872176b1c6f1bfdc9815cdf500.tar
perl-software-in-gnu-guix-2734aa3da01cf5872176b1c6f1bfdc9815cdf500.tar.gz
fix grunt ci error
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/package.json b/package.json
index cd6ccbe..877f2e4 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
},
"devDependencies": {
"express": "^4.16.2",
- "grunt": "^1.0.3",
+ "grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-connect": "^2.0.0",
@@ -36,10 +36,9 @@
"grunt-sass": "^3.0.2",
"grunt-zip": "~0.17.1",
"load-grunt-tasks": "^4.0.0",
- "node-sass": "4.11.0",
+ "node-sass": "^4.11.0",
"mustache": "^2.3.0",
- "socket.io": "^2.2.0",
- "typescript": "^3.3.3333"
+ "socket.io": "^2.2.0"
},
"license": "MIT"
}