-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge to master
- Loading branch information
Jace A Mogill
committed
May 2, 2016
1 parent
d3b6e6b
commit 612c8cf
Showing
2 changed files
with
2 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ os: | |
dist: trusty | ||
|
||
node_js: | ||
- "5.1" | ||
- "4.1" | ||
- "4.0" | ||
- "0.12" | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "ems", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"author": "Synthetic Semantics <[email protected]>", | ||
"description": "Shared Memory Parallelism with Transactional Memory and Extended Memory Semantics", | ||
"contributors": [ | ||
|