Skip to content

Commit

Permalink
fix #5 for publishing to pub.dartlang.org
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Apr 9, 2018
1 parent 42209b5 commit 96f7424
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Port of awesome JavaScript Node.js library - [Socket.io-client v2.0.1](https://g
## Usage


import 'package:socket_io/socket.io.dart';
import 'package:socket_io/socket_io.dart';
import 'package:socket_io_client/socket_io_client.dart' as IO;

main() {
Expand Down
5 changes: 2 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ environment:
sdk: '>=1.0.0'

dependencies:
logging: any
socket_io:
git: https://github.com/rikulo/socket.io-dart.git
logging: '>=0.11.3+1 <0.12.0'
socket_io: any

dev_dependencies:
unittest: any
Expand Down
2 changes: 1 addition & 1 deletion test/server.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* Copyright (C) 2017 Potix Corporation. All Rights Reserved.
*/
import 'package:socket_io/socket.io.dart';
import 'package:socket_io/socket_io.dart';

main() {
// Dart server
Expand Down

0 comments on commit 96f7424

Please sign in to comment.