Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit 77d1475

Browse files
committed
Add all metadata to package.json
1 parent 2989859 commit 77d1475

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ demonstration purposes only and does not apply to this software.
5050

5151
3. Set the copyright year and owner in `LICENSE.txt`.
5252

53-
4. Customize `bower.json`.
53+
4. Customize `bower.json` and `package.json`.
5454

5555
5. Replace any remaining instances of the placeholder package name.
5656
You can replace the placeholder package name and GitHub username

package.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
11
{
2+
"name": "sass-package",
3+
"version": "0.0.0",
4+
"description": "Package description.",
5+
"main": "stylesheets/main.sass",
6+
"keywords": [
7+
"sass",
8+
"css"
9+
],
10+
"homepage": "https://github.com/makenew/sass-package",
11+
"bugs": "https://github.com/makenew/sass-package/issues",
12+
"repository": "makenew/sass-package",
13+
"license": "MIT",
14+
"authors": [
15+
"Your Name <[email protected]>"
16+
],
217
"scripts": {
318
"deps": "bower install"
419
},
5-
"private": true,
20+
"files": [
21+
"stylesheets"
22+
],
623
"devDependencies": {
724
"bower": "^1.7.2"
825
}

0 commit comments

Comments
 (0)