-
-
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.
- Loading branch information
1 parent
55960de
commit f389a3c
Showing
5 changed files
with
14 additions
and
5 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,10 +1,16 @@ | ||
{ | ||
"name": "piety_vanilla", | ||
"description": "peity_vanilla is a vanilla version of original piety jQuery plugin that converts an element's content into a mini `svg` pie, line or bar chart.", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"private": false, | ||
"author": "Igor Kasyanchuk", | ||
"author": "www.railsjazz.com", | ||
"contributors": [ | ||
"Igor Kasyanchuk <[email protected]>", | ||
"Liubomyr Manastyretskyi <[email protected]>" | ||
], | ||
"license": "MIT", | ||
"module": "dist/peity_vanilla.es2017-esm.js", | ||
"main": "dist/peity_vanilla.js", | ||
"scripts": { | ||
"build": "rollup -c", | ||
"watch": "rollup -wc" | ||
|
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