Skip to content

Commit

Permalink
Merge pull request #16 from jerzyadamowski/feature/dont_delete_src
Browse files Browse the repository at this point in the history
dont delete
  • Loading branch information
jerzyadamowski authored Sep 27, 2024
2 parents aea3d59 + ae0a46a commit 44802a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prepare": "npm run build",
"lint": "npx eslint './src/**/*.ts'",
"lint:fix": "npm run lint -- --fix",
"prepublishOnly": "npm run build && rimraf src dist/tests dist/examples",
"prepublishOnly": "npm run build && rimraf dist/tests dist/examples",
"test": "mocha"
},
"dependencies": {
Expand Down

0 comments on commit 44802a0

Please sign in to comment.