Skip to content

Commit cc3a4cf

Browse files
committed
Add name and .npmignore
1 parent 9533101 commit cc3a4cf

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: .npmignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
node_modules/
2+
*.mp4
3+
*.mov
4+
*.sh
5+
*.webm
6+
trigger.js
7+
*.gif

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "stitcheroo",
3-
"version": "0.0.2",
3+
"version": "0.0.21",
44
"description": "",
55
"main": "combine.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
9-
"author": "",
9+
"author": "Sean M. Tracey",
1010
"license": "GPL-3.0",
1111
"homepage": "https://github.com/choirless/stitcheroo",
1212
"dependencies": {

0 commit comments

Comments
 (0)