Skip to content

Commit

Permalink
fix(package.json): remove "src" from files
Browse files Browse the repository at this point in the history
add .npmignore file
  • Loading branch information
aneurysmjs committed Oct 27, 2019
1 parent eac6892 commit 733735f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
Empty file added .npmignore
Empty file.
9 changes: 9 additions & 0 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "basic",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"uselazy": "2.1.0"
}
}
8 changes: 8 additions & 0 deletions examples/basic/yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


[email protected]:
version "2.1.0"
resolved "https://registry.yarnpkg.com/uselazy/-/uselazy-2.1.0.tgz#ca07c4ae447e3f4cb53c195046f04c1966c1ad83"
integrity sha512-2FFfwfmNhhtV5Dz+kIkbZzowWUHA9v9JUvn/C9ExvrzVEDyk6v00CbFBTSOLmaeTP2HDJ8BdfrgHu5KwprpCEQ==
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"files": [
"dist",
"lib",
"es",
"src"
"es"
],
"config": {
"commitizen": {
Expand Down

0 comments on commit 733735f

Please sign in to comment.