Skip to content

Commit

Permalink
Merge pull request #6 from Konnng/master
Browse files Browse the repository at this point in the history
fixes to run using dart 2.1.0-dev
  • Loading branch information
MaxHorstmann authored Sep 11, 2018
2 parents 0754e4b + dc430c4 commit 679550c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: node_shims
version: 0.1.3
version: 0.1.4
author: Demis Bellot <[email protected]>
description: Common node and js utils to help in porting of node.js and javascript libs to dart.
homepage: https://github.com/dartist/node_shims/
environment:
sdk: '>=1.20.1 <=2.1.0'
dependencies:
unittest: any
test: any

#dependencies:
# unittest: any

0 comments on commit 679550c

Please sign in to comment.