package.json (hint.css-2.6.0) | : | package.json (hint.css-2.7.0) | ||
---|---|---|---|---|
{ | { | |||
"name": "hint", | "name": "hint", | |||
"title": "Hint.css", | "title": "Hint.css", | |||
"description": "A tooltip library in CSS for your lovely websites.", | "description": "A tooltip library in CSS for your lovely websites.", | |||
"version": "2.6.0", | "version": "2.7.0", | |||
"style": "hint.css", | "style": "hint.css", | |||
"main": "hint.css", | "main": "hint.css", | |||
"homepage": "http://kushagragour.in/lab/hint/", | "homepage": "https://kushagra.dev/lab/hint/", | |||
"author": { | "author": { | |||
"name": "Kushagra Gour", | "name": "Kushagra Gour", | |||
"email": "chinchang457@gmail.com", | "email": "chinchang457@gmail.com", | |||
"url": "http://kushagragour.in" | "url": "https://kushagra.dev" | |||
}, | }, | |||
"repository": { | "repository": { | |||
"type": "git", | "type": "git", | |||
"url": "git://github.com/chinchang/hint.css.git" | "url": "git://github.com/chinchang/hint.css.git" | |||
}, | }, | |||
"bugs": { | "bugs": { | |||
"url": "https://github.com/chinchang/hint.css/issues" | "url": "https://github.com/chinchang/hint.css/issues" | |||
}, | }, | |||
"license": "See LICENSE.md", | "license": "MIT", | |||
"keywords": [ | "keywords": [ | |||
"css", | ||||
"tooltip", | "tooltip", | |||
"ui", | "ui", | |||
"sass", | "sass", | |||
"css", | ||||
"help", | "help", | |||
"hint" | "hint" | |||
], | ], | |||
"devDependencies": { | "devDependencies": { | |||
"grunt": "~0.4.1", | "grunt": "~0.4.1", | |||
"grunt-contrib-concat": "~0.3.0", | "grunt-contrib-concat": "~0.3.0", | |||
"grunt-contrib-cssmin": "~0.12.3", | "grunt-contrib-cssmin": "~0.12.3", | |||
"grunt-contrib-watch": "~0.5.3", | "grunt-contrib-watch": "~0.5.3", | |||
"grunt-sass": "^3.0.2", | "grunt-sass": "^3.0.2", | |||
"node-sass": "^4.10.0" | "node-sass": "^4.13.1" | |||
} | } | |||
} | } | |||
End of changes. 7 change blocks. | ||||
6 lines changed or deleted | 6 lines changed or added |