File tree Expand file tree Collapse file tree 4 files changed +28
-2
lines changed Expand file tree Collapse file tree 4 files changed +28
-2
lines changed Original file line number Diff line number Diff line change
1
+ node_modules /
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## HEAD
Original file line number Diff line number Diff line change @@ -73,8 +73,9 @@ You can customize this configuration or manage your own in the same way.
73
73
with the path to your repository's location.
74
74
If you do not host this on GitHub,
75
75
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.
78
79
79
80
Here is an example of a command you can use to make replacements:
80
81
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments