Skip to content

Commit

Permalink
npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-pribilinskiy committed Apr 12, 2016
1 parent c7765ec commit fb469d7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "less-obb",
"main": "obb.less",
"version": "0.4.0",
"version": "0.4.1",
"homepage": "https://github.com/goldenplanetdk/less-obb",
"authors": [
"Steven Pribilinskiy <[email protected]>"
Expand Down
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "less-obb",
"main": "obb.less",
"version": "0.4.1",
"homepage": "https://github.com/goldenplanetdk/less-obb",
"authors": [
"Steven Pribilinskiy <[email protected]>"
],
"description": "LESS common styles for OpenBizBox",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
],
"devDependencies": {
"less": "~2.5.3"
}
}

0 comments on commit fb469d7

Please sign in to comment.