Skip to content

Commit

Permalink
remove src dir from package root (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffhendrey authored Sep 25, 2024
1 parent d3f714c commit 537da54
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,6 +1,6 @@
{
"name": "stated-js",
"version": "0.1.33",
"version": "0.1.34",
"license": "Apache-2.0",
"description": "JSONata embedded in JSON",
"main": "./dist/src/index.js",
Expand Down Expand Up @@ -82,7 +82,7 @@
"files": [
"LICENSE",
"dist/",
"src/"
"docs/"
],
"jest": {
"transform": {}
Expand Down

0 comments on commit 537da54

Please sign in to comment.