Skip to content

Commit

Permalink
update to include css in main bower
Browse files Browse the repository at this point in the history
  • Loading branch information
hellsan631 committed Nov 29, 2015
1 parent 7c80e0d commit 84511e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ Or by downloading the repo and using the files there
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
```

2. Include plugin's code:
2. Include plugin's code: (javascript and stylesheets)

```html
<link href="dist/css/perspectiveRules.css" rel="stylesheet" />
<script src="dist/jquery.logosDistort.min.js"></script>
```

Expand Down
7 changes: 5 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "LogosDistort",
"version": "0.3.7",
"version": "0.3.8",
"homepage": "https://github.com/hellsan631/LogosDistort",
"authors": [
"Mathew Kleppin <[email protected]>"
],
"description": "A simple Javascript plugin that uses matrix3d to perform perspective distortions.",
"main": "src/jquery.logosDistort.js",
"main": [
"dist/jquery.logosDistort.js",
"dist/css/perspectiveRules.css"
],
"ignore": [
".jshintrc",
".editorconfig",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LogosDistort",
"version": "0.3.7",
"version": "0.3.8",
"scripts": {
"start": "gulp serve"
},
Expand Down

0 comments on commit 84511e0

Please sign in to comment.