Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed Feb 5, 2020
1 parent 5c5700d commit 771642c
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "builderz",
"version": "1.0.0",
"main": "./src/index.js",
"main": "./dist/builderz.cjs",
"repository": "https://github.com/jalal246/builderz.git",
"author": "Jalal Maskoun <jimmy002020@gmail.com>",
"license": "LGPL-3.0",
Expand All @@ -10,6 +10,22 @@
"args": "node src -h",
"build": "node src --format=cjs"
},
"files": [
"src",
"dist",
"README.md"
],
"keywords": [
"builderz",
"build",
"scripts",
"monorepo",
"rollup",
"production",
"utility",
"tools",
"package-sorter"
],
"dependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
Expand Down Expand Up @@ -39,5 +55,9 @@
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.20.0",
"mocha": "^7.0.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}

0 comments on commit 771642c

Please sign in to comment.