Skip to content

Commit

Permalink
npm add src and docs (#14)
Browse files Browse the repository at this point in the history
* chore: add src and docs directory to npm as well
  • Loading branch information
jelmerveen authored May 7, 2023
1 parent 5e0a2cc commit 5e29d58
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@pennions/jet",
"version": "2.0.0",
"version": "2.0.1",
"description": "A semantic templating engine inspired by doT.js",
"files": [
"dist"
"dist",
"src",
"docs"
],
"main": "./dist/jet.js",
"module": "./dist/jet.es.js",
Expand Down

0 comments on commit 5e29d58

Please sign in to comment.