Skip to content

Commit

Permalink
add module, sideEffects fields to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Jan 10, 2020
1 parent 3122727 commit a43fde2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
**Note**: Gaps between patch versions are faulty/broken releases. **Note**: A feature tagged as Experimental is in a
high state of flux, you're at risk of it changing without notice.

# 0.6.1
# 0.6.2

- **New Feature**
- add build in ES6 format (@gcanti)
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "parser-ts",
"version": "0.6.1",
"version": "0.6.2",
"description": "String parser combinators for TypeScript",
"files": [
"lib",
"es6"
],
"main": "lib/index.js",
"module": "es6/index.js",
"typings": "lib/index.d.ts",
"sideEffects": false,
"scripts": {
"lint": "tslint -p .",
"mocha": "mocha -r ts-node/register test/*.ts",
Expand Down

0 comments on commit a43fde2

Please sign in to comment.