Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
manastyretskyi committed May 1, 2022
1 parent 55960de commit f389a3c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
3 changes: 2 additions & 1 deletion dist/peity_vanilla.es2017-esm.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*!
Peity Vanila JS 0.0.4
Peity Vanila JS 0.0.5
Copyright © 2022 RailsJazz
https://railsjazz.com
*/

function _classCallCheck(instance, Constructor) {
Expand Down
3 changes: 2 additions & 1 deletion dist/peity_vanilla.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/peity_vanilla.js.map

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions package.json
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"
Expand Down
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const year = new Date().getFullYear();
const banner = `/*!
Peity Vanila JS ${version}
Copyright © ${year} RailsJazz
https://railsjazz.com
*/
`;

Expand Down

0 comments on commit f389a3c

Please sign in to comment.