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,22 @@
{
"name": "hash-link-scroll-offset",
"title": "Hash Link Scroll Offset",
"description": "Offset the scroll position of anchored links. Handy if you have a sticky header that covers linked material.",
"version": "0.1.8",
"homepage": "http://webdevstudios.com",
"author": {
"name": "WebDevStudios",
"email": "contact@webdevstudios.com",
"url": "http://webdevstudios.com"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-uglify": "~0.9.2",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-watch": "~0.2.0"
},
"keywords": []
}