Skip to content

Commit

Permalink
kbn-handlebars
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfant committed Feb 5, 2024
1 parent fd10c8b commit e3e925c
Show file tree
Hide file tree
Showing 2 changed files with 421 additions and 4 deletions.
17 changes: 13 additions & 4 deletions packages/kbn-handlebars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "@kbn/handlebars",
"name": "kbn-handlebars",
"version": "1.0.0",
"private": true,
"license": "MIT"
}
"license": "MIT",
"main": "./target/types/packages/kbn-handlebars/index.js",
"dependencies": {
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/handlebars": "^4.1.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16"
}
}
Loading

0 comments on commit e3e925c

Please sign in to comment.