Skip to content

Commit fe7176e

Browse files
committed
Add package.json and CHANGELOG.
1 parent 4a22333 commit fe7176e

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Changelog
2+
3+
## HEAD

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ You can customize this configuration or manage your own in the same way.
7373
with the path to your repository's location.
7474
If you do not host this on GitHub,
7575
you may need to adjust the repository path appropriately.
76-
3. Update `install.sh` on the `gh-pages` branch.
77-
4. Update the urls for the install script in this README.
76+
3. Customize package.json.
77+
4. Update `install.sh` on the `gh-pages` branch.
78+
5. Update the urls for the install script in this README.
7879

7980
Here is an example of a command you can use to make replacements:
8081

package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "tmuxrc",
3+
"version": "0.1.0",
4+
"private": true,
5+
"description": "tmux configuration.",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/razor-x/tmuxrc.git"
9+
},
10+
"keywords": [
11+
"tmux",
12+
"tmuxrc",
13+
"tpm"
14+
],
15+
"author": "Evan Sosenko",
16+
"license": "MIT",
17+
"bugs": {
18+
"url": "https://github.com/razor-x/tmuxrc/issues"
19+
},
20+
"homepage": "https://github.com/razor-x/tmuxrc"
21+
}

0 commit comments

Comments
 (0)