Skip to content

Commit 6a1a2d7

Browse files
committed
add .npmignore
1 parent afd0587 commit 6a1a2d7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.npmignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Emacs files
2+
*~
3+
\#*#

client/common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const version = '0.1.3'
1+
const version = '0.1.4'
22
const paymentPointerField = 'web-monetization-payment-pointer'
33
const viewCostField = 'web-monetization-view-cost'
44
const adSkipCostField = 'web-monetization-ad-skip-cost'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "peertube-plugin-web-monetization",
33
"description": "Web Monetization PeerTube plugin",
44
"license": "(MIT OR Apache-2.0)",
5-
"version": "0.1.3",
5+
"version": "0.1.4",
66
"author": "Miles DeWitt",
77
"homepage": "https://milesdewitt.com/peertube-web-monetization",
88
"repository": "https://github.com/samlich/peertube-plugin-web-monetization",

0 commit comments

Comments
 (0)