Skip to content

Commit

Permalink
Added NPM funding info
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Nov 6, 2019
1 parent b99bba0 commit 7c6d4ef
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/amplitude.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/amplitude.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/amplitude.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplitudejs",
"version": "5.0.2",
"version": "5.0.3",
"description": "A JavaScript library that allows you to control the design of your media controls in your webpage -- not the browser. No dependencies (jQuery not required) https://521dimensions.com/open-source/amplitudejs",
"main": "dist/amplitude.js",
"devDependencies": {
Expand All @@ -22,6 +22,10 @@
"files": [
"dist"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/amplitudejs"
},
"scripts": {
"build": "node_modules/.bin/webpack",
"watch": "watch 'node_modules/.bin/webpack' dist",
Expand Down

0 comments on commit 7c6d4ef

Please sign in to comment.