Skip to content

Commit 2fcc3ab

Browse files
committed
chore(demo): Remove all references to package:js
Fixes dart-archive#361
1 parent fca299d commit 2fcc3ab

File tree

4 files changed

+11
-18
lines changed

4 files changed

+11
-18
lines changed

demo/bouncing_balls/pubspec.lock

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,29 @@ packages:
44
analyzer:
55
description: analyzer
66
source: hosted
7-
version: "0.9.0"
7+
version: "0.10.5"
88
analyzer_experimental:
99
description: analyzer_experimental
1010
source: hosted
1111
version: "0.8.6"
1212
angular:
1313
description:
14-
path: "/Users/misko/work/angular.dart/demo/bouncing_balls/../.."
14+
path: "/usr/local/google/gits/angular-dart/demo/bouncing_balls/../.."
1515
relative: true
1616
source: path
17-
version: "0.0.8"
17+
version: "0.9.3"
1818
args:
1919
description: args
2020
source: hosted
21-
version: "0.8.7"
21+
version: "0.9.0"
2222
browser:
2323
description: browser
2424
source: hosted
2525
version: "0.8.7"
26+
collection:
27+
description: collection
28+
source: hosted
29+
version: "0.9.0"
2630
di:
2731
description: di
2832
source: hosted
@@ -35,26 +39,18 @@ packages:
3539
description: intl
3640
source: hosted
3741
version: "0.8.7"
38-
js:
39-
description: js
40-
source: hosted
41-
version: "0.1.0"
42-
json:
43-
description: json
44-
source: hosted
45-
version: "0.8.7"
4642
logging:
4743
description: logging
4844
source: hosted
49-
version: "0.8.7"
45+
version: "0.9.1+1"
5046
meta:
5147
description: meta
5248
source: hosted
5349
version: "0.8.7"
5450
path:
5551
description: path
5652
source: hosted
57-
version: "0.8.7"
53+
version: "1.0.0"
5854
perf_api:
5955
description: perf_api
6056
source: hosted
@@ -78,7 +74,7 @@ packages:
7874
unmodifiable_collection:
7975
description: unmodifiable_collection
8076
source: hosted
81-
version: "0.8.7"
77+
version: "0.9.2"
8278
utf:
8379
description: utf
8480
source: hosted

demo/bouncing_balls/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ dependencies:
44
angular:
55
path: ../..
66
browser: any
7-
js: any
87
unittest: any

demo/helloworld/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ dependencies:
44
angular:
55
path: ../..
66
browser: any
7-
js: any
87
unittest: any

demo/todo/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ dependencies:
44
angular:
55
path: ../..
66
browser: any
7-
js: any
87
unittest: any

0 commit comments

Comments
 (0)