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

Commit e60b1b5

Browse files
committed
refactor(app): remove moot package.json file props
Makes the resulting package.json file cleaner, smaller and more suited for individual apps. If a developer is publishing their generated package to npm, one would expect them to know the correct package.json meta properties they need.
1 parent cf83d73 commit e60b1b5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

templates/common/root/_package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
2-
"name": "<%= _.slugify(appname) %>",
3-
"version": "0.0.0",
4-
"dependencies": {},
5-
"repository": {},
2+
"private": true,
63
"devDependencies": {
74
"grunt": "^0.4.5",
85
"grunt-autoprefixer": "^2.0.0",

0 commit comments

Comments
 (0)