Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Add 'typescript types' to keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrelbug committed Jan 29, 2020
1 parent f52729b commit bce16ea
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
"name": "squirrelly-next",
"version": "0.0.0",
"description": "Lightweight, fast, and powerful JS template engine. Supports helpers, filters, template inheritance",
"keywords": ["squirrelly", "helpers", "template inheritance", "handlebars", "template engine"],
"keywords": [
"squirrelly",
"helpers",
"template inheritance",
"handlebars",
"template engine",
"typescript types"
],
"main": "dist/squirrelly.cjs.js",
"browser": "dist/browser/squirrelly.min.js",
"module": "dist/squirrelly.es.js",
Expand Down

0 comments on commit bce16ea

Please sign in to comment.