Skip to content

Commit 27a5bf9

Browse files
Complete 0.14 transition
1 parent 8e9a16d commit 27a5bf9

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [master]
66
pull_request:
7-
branches: [master]
87

98
jobs:
109
build:
@@ -13,8 +12,6 @@ jobs:
1312
- uses: actions/checkout@v2
1413

1514
- uses: purescript-contrib/setup-purescript@main
16-
with:
17-
purescript: "0.14.0-rc3"
1815

1916
- uses: actions/setup-node@v1
2017
with:

bower.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
32
"name": "purescript-dom-indexed",
43
"homepage": "https://github.com/purescript-halogen/purescript-dom-indexed",
54
"description": "Typed DOM attributes and properties",
@@ -16,9 +15,9 @@
1615
"package.json"
1716
],
1817
"dependencies": {
19-
"purescript-media-types": "main",
20-
"purescript-prelude": "master",
21-
"purescript-web-clipboard": "master",
22-
"purescript-web-touchevents": "master"
18+
"purescript-media-types": "^5.0.0",
19+
"purescript-prelude": "^5.0.0",
20+
"purescript-web-clipboard": "^3.0.0",
21+
"purescript-web-touchevents": "^3.0.0"
2322
}
2423
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"devDependencies": {
88
"pulp": "^15.0.0",
9-
"purescript-psa": "^0.8.0",
9+
"purescript-psa": "^0.8.2",
1010
"rimraf": "^3.0.2"
1111
}
1212
}

0 commit comments

Comments
 (0)