Skip to content

Commit

Permalink
update paths in package.json
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Apr 17, 2024
1 parent 3709e52 commit 411c277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@openpeeps/tim",
"version": "0.1.2",
"version": "0.1.3",
"description": "This is Tim ⚡️ A high-performance template engine & markup language written in Nim",
"main": "src/tim.js",
"exports": {
"./": "./bindings/node/tim/"
},
"files": ["README.md", "/bin"],
"files": ["/bindings/node/tim", "./bindings/node/tim/README.md"],
"keywords": [
"template-engine",
"markup-language",
Expand Down

0 comments on commit 411c277

Please sign in to comment.