-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c80e0d
commit 84511e0
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
}, | ||
|