Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenozeng committed Oct 25, 2016
1 parent 283d817 commit 09e8c7b
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 09e8c7b

Please sign in to comment.