Skip to content

Commit 12fe222

Browse files
committed
style(package): use <%# EJS comments %>
1 parent 6897e91 commit 12fe222

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

templates/app/_package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"main": "server/app.js",
55
"dependencies": {
6-
<%_ /* CLIENT */ _%>
6+
<%# CLIENT %>
77
"angular": "~1.5.5",<% if(filters.bootstrap) { if(filters.sass) { %>
88
"bootstrap-sass": "~3.1.1",<% } %>
99
"bootstrap": "~3.1.1",<% if(filters.oauth) { %>
@@ -19,7 +19,7 @@
1919
"angular-socket-io": "~0.7.0",<% } if(filters.uirouter) { %>
2020
"angular-ui-router": "~0.2.15",<% } if(filters.auth) { %>
2121
"angular-validation-match": "~1.5.2",<% } %>
22-
<%_ /* END CLIENT */ _%>
22+
<%# END CLIENT %>
2323
"core-js": "^2.2.1",
2424
"express": "^4.13.3",
2525
"morgan": "~1.7.0",
@@ -56,11 +56,11 @@
5656
"sprint-js": "~0.1.0"
5757
},
5858
"devDependencies": {
59-
<%_ /* CLIENT */ _%>
59+
<%# CLIENT %>
6060
"angular-mocks": "~1.5.5",<% if(filters.stylus) { %>
6161
"bootstrap-styl": "^5.0.5",
6262
"font-awesome-stylus": "^4.6.2",<% } %>
63-
<%_ /* END CLIENT */ _%>
63+
<%# END CLIENT %>
6464
"autoprefixer": "^6.0.0",
6565
"babel-core": "^6.6.5",
6666
"babel-eslint": "^6.0.4",
@@ -121,7 +121,7 @@
121121
"gulp-recess": "^1.1.2",<% } %>
122122
"grunt": "^1.0.1",
123123
"grunt-build-control": "^0.7.0",
124-
<%_ /* WEBPACK */ _%>
124+
<%# WEBPACK %>
125125
"webpack": "^1.12.14",
126126
"webpack-dev-middleware": "^1.5.1",
127127
"webpack-dev-server": "~1.14.0",
@@ -152,7 +152,7 @@
152152
"stylus-loader": "^2.1.1",<% } %>
153153
"tiny-lr": "^0.2.1",
154154
"karma-webpack": "^1.7.0",
155-
<%_ /* END WEBPACK */ _%>
155+
<%# END WEBPACK %>
156156
"through2": "^2.0.1",
157157
"open": "~0.0.4",
158158
"connect-livereload": "^0.5.3",

0 commit comments

Comments
 (0)