Skip to content

Commit

Permalink
fix: add lib param
Browse files Browse the repository at this point in the history
  • Loading branch information
singuerinc committed May 10, 2020
1 parent 5133948 commit 179e794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/better-dni/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"benchmark": "node benchmark.js",
"build": "rollup -c && yarn run dts",
"dev": "tsc -w",
"dts": "tsc --emitDeclarationOnly -d --declarationDir ./dist/types src/index.ts",
"dts": "tsc --lib es2015 --emitDeclarationOnly -d --declarationDir ./dist/types src/index.ts",
"minify": "uglifyjs ./dist/index.js --compress -o ./dist/index.min.js",
"playground": "yarn build && node playground.js",
"test": "nyc mocha && nyc report --reporter=lcov"
Expand Down

0 comments on commit 179e794

Please sign in to comment.