Skip to content

Commit 7c6d4ef

Browse files
committed
Added NPM funding info
1 parent b99bba0 commit 7c6d4ef

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

dist/amplitude.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/amplitude.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/amplitude.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amplitudejs",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"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",
55
"main": "dist/amplitude.js",
66
"devDependencies": {
@@ -22,6 +22,10 @@
2222
"files": [
2323
"dist"
2424
],
25+
"funding": {
26+
"type": "opencollective",
27+
"url": "https://opencollective.com/amplitudejs"
28+
},
2529
"scripts": {
2630
"build": "node_modules/.bin/webpack",
2731
"watch": "watch 'node_modules/.bin/webpack' dist",

0 commit comments

Comments
 (0)