-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified package structure Increased package version to 1.0.1
- Loading branch information
Stephen Seliuk
committed
Apr 19, 2015
1 parent
dbae290
commit 4c9f0b0
Showing
6 changed files
with
13 additions
and
14 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,21 +1,20 @@ | ||
{ | ||
"name": "d3-radial-progress", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "http://www.brightpointinc.com/clients/brightpointinc.com/library/radialProgress/index.html", | ||
"authors": [ | ||
"BrightPoint Consulting, Inc." | ||
], | ||
"description": "A lightweight HTML5 radial progress component, using a function-chaining API.", | ||
"main": [ | ||
"scripts/radialProgress.js", | ||
"styles/style.css" | ||
"dist/radialProgress.js", | ||
"dist/radialProgress.css" | ||
], | ||
"keywords": [ | ||
"D3" | ||
], | ||
"license": "MIT", | ||
"dependencies": { | ||
"d3": "~3" | ||
}, | ||
"devDependencies": {} | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Large diffs are not rendered by default.
Oops, something went wrong.