CB-10618 Handle gradle frameworks on plugin installation/uninstallation

This closes #259
This commit is contained in:
Vladimir Kotikov
2016-02-17 16:37:58 +03:00
parent 7233931681
commit 7be9e880c2
7 changed files with 132 additions and 9 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
"apache"
],
"scripts": {
"test": "npm run jshint && jasmine-node --color spec/create",
"test": "npm run jshint && jasmine-node --color spec/unit",
"test-build": "jasmine-node --captureExceptions --color spec/e2e",
"jshint": "node node_modules/jshint/bin/jshint bin && node node_modules/jshint/bin/jshint spec"
},
@@ -43,4 +43,4 @@
"jshint": "^2.6.0",
"promise-matchers": "~0"
}
}
}