We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca4595 commit 4e0203dCopy full SHA for 4e0203d
package.json
@@ -2,10 +2,11 @@
2
"name": "php-compatibility-checker",
3
"devDependencies": {
4
"grunt": "^0.4.5",
5
- "grunt-wp-readme-to-markdown": "^2.0.0",
6
- "node-qunit-phantomjs": "^1.4.0",
+ "grunt-cli": "^1.2.0",
7
"grunt-phpcs": "^0.4.0",
8
- "grunt-phplint": "0.0.8"
+ "grunt-phplint": "0.0.8",
+ "grunt-wp-readme-to-markdown": "^2.0.0",
9
+ "node-qunit-phantomjs": "^1.4.0"
10
},
11
"scripts": {
12
"test": "npm run test:lint && npm run test:qunit",
0 commit comments