Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Doğa Gürdal committed Mar 31, 2017
1 parent 13f96ee commit b5e1fbe
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "gitbook-plugin-styles-stylus",
"description": "Use Stylus Stylesheets instead of CSS",
"main": "index.js",
"version": "1.0.0",
"engines": {
"gitbook": ">=2.5.0"
},
"dependencies": {
"q": "^1.1.2",
"stylus": "0.54.5",
"lodash": "^3.10.0"
},
"homepage": "https://github.com/Qakulukiam/gitbook-plugin-styles-stylus",
"repository": {
"type": "git",
"url": "https://github.com/Qakulukiam/gitbook-plugin-styles-stylus.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Qakulukiam/gitbook-plugin-styles-stylus/issues"
}
"name": "gitbook-plugin-styles-stylus",
"description": "Use Stylus Stylesheets instead of CSS",
"main": "index.js",
"version": "1.0.1",
"engines": {
"gitbook": ">=2.5.0"
},
"dependencies": {
"q": "^1.1.2",
"stylus": "0.54.5",
"lodash": "^3.10.0"
},
"homepage": "https://github.com/Qakulukiam/gitbook-plugin-styles-stylus",
"repository": {
"type": "git",
"url": "https://github.com/Qakulukiam/gitbook-plugin-styles-stylus.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Qakulukiam/gitbook-plugin-styles-stylus/issues"
}
}

0 comments on commit b5e1fbe

Please sign in to comment.