Skip to content

Commit

Permalink
Add link to repo in pubspec.yaml
Browse files Browse the repository at this point in the history
Closes #13
  • Loading branch information
ThinkDigitalSoftware committed Dec 18, 2019
1 parent 7fdb760 commit 87222ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .analysis_options → analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# https://www.dartlang.org/guides/language/analysis-options

analyzer:
strong-mode: true
# exclude:
# - path/to/excluded/files/**
# linter:
Expand Down
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: socket_io
description: Dartlang port of socket.io
version: 0.9.0+2
version: 0.9.0+3
author: jumperchen <jumperchen@potix.com>
homepage: https://www.zkoss.org
repository: https://github.com/rikulo/socket.io-dart
issue_tracker: https://github.com/rikulo/socket.io-dart/issues

environment:
sdk: '>=2.0.0 <3.0.0'
Expand Down

0 comments on commit 87222ed

Please sign in to comment.