Skip to content

Commit

Permalink
feat(package): add volta
Browse files Browse the repository at this point in the history
Signed-off-by: Will Soto <willsoto@users.noreply.github.com>
  • Loading branch information
willsoto committed May 16, 2019
1 parent 7c716db commit e49405a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,9 @@
"typings": "tsc --project tsconfig.build.json --declaration --declarationDir typings --emitDeclarationOnly"
},
"typings": "./typings/index.d.ts",
"version": "1.1.0"
}
"version": "1.1.0",
"volta": {
"node": "10.15.3",
"yarn": "1.16.0"
}
}

0 comments on commit e49405a

Please sign in to comment.