-
Notifications
You must be signed in to change notification settings - Fork 2
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 #3 from sloops77/011
compile to es2015
- Loading branch information
Showing
3 changed files
with
360 additions
and
42 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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "redis-exclusive-task", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"scripts": { | ||
"build": "babel src/index.js --out-file dist/index.js --presets node6" | ||
"build": "babel src/index.js --out-file dist/index.js --presets es2015" | ||
}, | ||
"main": "dist/index.js", | ||
"dependencies": { | ||
"redlock": "2.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.18.0", | ||
"babel-preset-node6": "^11.0.0" | ||
"babel-preset-es2015": "^6.18.0" | ||
} | ||
} |
Oops, something went wrong.