Skip to content

Commit 685c04b

Browse files
authored
Merge pull request #44 from generative-fm/develop
v0.1.4
2 parents 23de5d1 + 3376862 commit 685c04b

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@generative.fm/record",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Recording interface for Generative.fm",
55
"main": "index.js",
66
"scripts": {
@@ -10,7 +10,8 @@
1010
"test": "karma start --single-run",
1111
"test:watch": "karma start",
1212
"lint": "eslint . --ext \".js,.jsx\"",
13-
"deploy": "node -r dotenv/config node_modules/.bin/s3-sync deploy"
13+
"deploy": "node -r dotenv/config node_modules/.bin/s3-sync deploy",
14+
"postversion": "git push && git push --tags"
1415
},
1516
"repository": {
1617
"type": "git",

src/licensing/licensing.component.jsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,6 @@ const Licensing = () => (
9898
You can show your appreciation by making a{' '}
9999
<Link to="/donate">donation</Link>.
100100
</p>
101-
<h1>Other Licensing Arrangements</h1>
102-
<h2>For special cases and people with fancy pants</h2>
103-
<p>
104-
If you prefer not to use the Creative Commons licensing, send an email
105-
with your offer to{' '}
106-
<a href="mailto:[email protected]">[email protected]</a>.
107-
</p>
108101
</div>
109102
);
110103

0 commit comments

Comments
 (0)