Skip to content

Commit f5a0db2

Browse files
committed
merged with master
1 parent b4acbbb commit f5a0db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"main": "dist/swagger-ui.js",
1515
"scripts": {
1616
"build": "npm run handlebars && gulp",
17-
"handlebars": "./node_modules/handlebars/bin/handlebars ./src/main/template -f ./src/main/template/templates.js && gulp handlebars",
17+
"handlebars": "handlebars ./src/main/template -f ./src/main/template/templates.js && gulp handlebars",
1818
"serve": "gulp serve",
1919
"prejshint": "gulp",
2020
"jshint": "jshint .",

0 commit comments

Comments
 (0)