Skip to content

Commit

Permalink
chore: update npm package name
Browse files Browse the repository at this point in the history
  • Loading branch information
koladilip committed Sep 13, 2023
1 parent 140f6a2 commit dfd55e8
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 44 deletions.
91 changes: 49 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rudder-json-template-engine",
"name": "@rudderstack/json-template-engine",
"version": "0.5.2",
"homepage": "https://github.com/rudderlabs/rudder-json-template-engine",
"description": "A library for evaluating JSON template expressions.",
Expand Down Expand Up @@ -42,7 +42,8 @@
"prettier": "^2.8.4",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"typescript": "^4.9.5",
"bun-types": "latest"
},
"scripts": {
"test": "jest --coverage --verbose",
Expand Down

0 comments on commit dfd55e8

Please sign in to comment.