This repository was archived by the owner on Dec 14, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ demonstration purposes only and does not apply to this software.
46
46
47
47
3 . Set the copyright year and owner in ` LICENSE.txt ` .
48
48
49
- 4 . Customize ` bower.json ` .
49
+ 4 . Customize ` package.json and ` bower.json`.
50
50
51
51
5 . Replace any remaining instances of the placeholder package name.
52
52
You can replace the placeholder package name and GitHub username
Original file line number Diff line number Diff line change 1
1
{
2
+ "name" : " coffeescript-package" ,
3
+ "version" : " 0.0.0" ,
4
+ "description" : " Package description." ,
5
+ "main" : " javascripts/main.coffee" ,
6
+ "keywords" : [
7
+ " coffeescript" ,
8
+ " javascript"
9
+ ],
10
+ "homepage" : " https://github.com/makenew/coffeescript-package" ,
11
+ "bugs" : " https://github.com/makenew/coffeescript-package/issues" ,
12
+ "repository" : " makenew/coffeescript-package" ,
13
+ "license" : " MIT" ,
14
+ "authors" : [
15
+
16
+ ],
2
17
"scripts" : {
3
18
"install" : " bower install" ,
4
19
"build" : " grunt"
5
20
},
6
- "private" : true ,
21
+ "files" : [
22
+ " javascripts"
23
+ ],
7
24
"devDependencies" : {
8
25
"bower" : " ^1.7.2" ,
9
26
"coffeelint" : " ^1.14.2" ,
You can’t perform that action at this time.
0 commit comments