Adds DFs, Updates rspec behaviour regarding --fail-fast

This commit is contained in:
erwanlr
2019-12-20 15:47:56 +00:00
parent 9c4f57c786
commit f89071b87a
51 changed files with 20691 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "convatic-wp",
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat": "0.1.3",
"grunt-contrib-watch": "0.5.3",
"grunt-contrib-uglify": "0.2.0",
"grunt-contrib-sass": "~0.6.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-jshint": "~0.8.0"
}
}