Skip to content

Commit 4e0203d

Browse files
committed
Add grunt-cli.
1 parent cca4595 commit 4e0203d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"name": "php-compatibility-checker",
33
"devDependencies": {
44
"grunt": "^0.4.5",
5-
"grunt-wp-readme-to-markdown": "^2.0.0",
6-
"node-qunit-phantomjs": "^1.4.0",
5+
"grunt-cli": "^1.2.0",
76
"grunt-phpcs": "^0.4.0",
8-
"grunt-phplint": "0.0.8"
7+
"grunt-phplint": "0.0.8",
8+
"grunt-wp-readme-to-markdown": "^2.0.0",
9+
"node-qunit-phantomjs": "^1.4.0"
910
},
1011
"scripts": {
1112
"test": "npm run test:lint && npm run test:qunit",

0 commit comments

Comments
 (0)