Skip to content

Commit

Permalink
fix:remove src files
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojue committed Feb 20, 2021
1 parent 27bba60 commit d219aae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# source
test/
example/
docs/
src/
test
example
docs
src
# settings
.vscode
.idea
Expand Down
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "daruk",
"version": "2.3.2",
"version": "2.3.3",
"description": "a node.js web framework",
"main": "build/index.js",
"scripts": {
Expand All @@ -18,6 +18,14 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"types": "./types/index.d.ts",
"files":[
"types",
"build",
"LICENSE",
"CHANGELOG.md",
"package.json",
"README.md"
],
"repository": {
"type": "git",
"url": "[email protected]:darukjs/daruk.git"
Expand Down Expand Up @@ -111,11 +119,5 @@
],
"sourceMap": true,
"instrument": true
},
"files": [
"src",
"types",
"build",
"LICENSE"
]
}
}

0 comments on commit d219aae

Please sign in to comment.