-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update package.json to correct release version
- Loading branch information
1 parent
b2ebde6
commit 95e4234
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "compass-rose-ui", | ||
"main": "compass-rose-ui.js", | ||
"version": "1.0.0", | ||
"version": "1.1.1", | ||
"author": "James Makela <james.makela@noaa.gov>", | ||
"description": "a javascript control for selecting velocity and direction for wind and water.", | ||
"license": "CC0", | ||
"repository": "https://github.com/NOAA-ORR-ERD/compass-rose-ui", | ||
"dependencies": { | ||
"jquery": ">=1.9.0" | ||
} | ||
} | ||
} |