Skip to content

Commit bc15bc5

Browse files
committed
Add Handlebars as a dependency
1 parent 479422e commit bc15bc5

File tree

3 files changed

+69
-1
lines changed

3 files changed

+69
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

package-lock.json

Lines changed: 64 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
"bugs": {
1919
"url": "https://github.com/wpcampus/wpcampus-web-components/issues"
2020
},
21-
"homepage": "https://github.com/wpcampus/wpcampus-web-components#readme"
21+
"homepage": "https://github.com/wpcampus/wpcampus-web-components#readme",
22+
"dependencies": {
23+
"handlebars": "^4.5.3"
24+
}
2225
}

0 commit comments

Comments
 (0)