Skip to content

Commit 8b13a15

Browse files
authored
Remove dart2js lines from .gitignore file, prepare to republish (dart-lang#1623)
* add .pubignore file, prepare to republish * just remove dart2js lines from gitignore since it the validator is still complaining * Update .gitignore
1 parent fd63d0d commit 8b13a15

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.gitignore

-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
build/
66
packages
77

8-
# Or the files created by dart2js.
9-
*.dart.js
10-
*.js_
11-
*.js.deps
12-
*.js.map
13-
148
# Include when developing application packages.
159
pubspec.lock
1610
.packages

pkgs/test/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 1.19.2-dev
1+
## 1.19.2
2+
3+
* Republish with missing JS file for browser tests.
24

35
## 1.19.1
46

pkgs/test/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.19.2-dev
2+
version: 1.19.2
33
description: >-
44
A full featured library for writing and running Dart tests across platforms.
55
repository: https://github.com/dart-lang/test/blob/master/pkgs/test

0 commit comments

Comments
 (0)