Skip to content

Commit f8079e5

Browse files
committed
Things
1 parent d65a05f commit f8079e5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

bower.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"keywords": [
1010
"CSS"
1111
],
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/danieljharvey/purescript-react-stylesheet.git"
15+
},
1216
"homepage": "https://github.com/danieljharvey/purescript-react-stylesheet",
1317
"ignore": [
1418
"**/.*",
@@ -22,7 +26,7 @@
2226
"purescript-console": "^4.2.0",
2327
"purescript-react": "^7.0.1",
2428
"purescript-cssom": "^0.0.2",
25-
"purescript-stylesheet": "^0.0.1",
29+
"purescript-stylesheet": "^0.0.2",
2630
"purescript-arrays": "^5.3.0",
2731
"purescript-unordered-collections": "purescript-unordered-containers#^1.8.2"
2832
}

packages.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let additions =
2828
, "cssom"
2929
]
3030
"https://github.com/danieljharvey/purescript-stylesheet.git"
31-
"v0.0.1"
31+
"v0.0.2"
3232
}
3333

3434

0 commit comments

Comments
 (0)