-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from CatalaLang/switch-to-es6
Build: switch to es6 output + upgrade to [email protected]
- Loading branch information
Showing
3 changed files
with
19 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
"version": "0.1.4", | ||
"scripts": { | ||
"clean": "rescript clean", | ||
"build": "rescript build", | ||
"watch": "rescript build -w" | ||
"build": "rescript build -with-deps", | ||
"watch": "rescript build -w -with-deps" | ||
}, | ||
"keywords": [ | ||
"rescript", | ||
|
@@ -15,12 +15,12 @@ | |
], | ||
"author": "Emile Rolley <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"docx": "^8.2.3" | ||
}, | ||
"devDependencies": { | ||
"file-saver": "^2.0.5", | ||
"rescript": "^10.1.4", | ||
"rescript-nodejs": "^15.0.0" | ||
}, | ||
"dependencies": { | ||
"docx": "^8.2.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters