diff --git a/package.json b/package.json index a4d8069..bc2a089 100644 --- a/package.json +++ b/package.json @@ -1,26 +1,26 @@ { - "name": "fonts.css", - "version": "1.4.1", - "main": "index.js", - "scripts": { - "build": "cake build", - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/zenozeng/fonts.css.git" - }, - "keywords": [ - "fonts" - ], - "author": "Zeno Zeng", - "license": "MIT", - "bugs": { - "url": "https://github.com/zenozeng/fonts.css/issues" - }, - "devDependencies": { - "coffee-script": "^1.11.1", - "js-yaml": "^3.6.1", - "lodash": "^4.16.4" - } + "name": "fonts.css", + "version": "1.5.0", + "main": "index.js", + "scripts": { + "build": "cake build", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/zenozeng/fonts.css.git" + }, + "keywords": [ + "fonts" + ], + "author": "Zeno Zeng", + "license": "MIT", + "bugs": { + "url": "https://github.com/zenozeng/fonts.css/issues" + }, + "devDependencies": { + "coffee-script": "^1.11.1", + "js-yaml": "^3.6.1", + "lodash": "^4.16.4" + } }