Skip to content

Commit 490dfb6

Browse files
committed
Updated LICENSE and bower.json and added CONTRIBUTORS.md
1 parent 4582132 commit 490dfb6

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CONTRIBUTORS.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Risto Stevcev
2+
Dario Oddenino

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Risto Stevcev
3+
Copyright (c) 2016 Risto Stevcev, Dario Oddenino
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

bower.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"output"
1515
],
1616
"dependencies": {
17-
"purescript-console": "^1.0.0",
18-
"purescript-functions": "^1.0.0",
19-
"purescript-tuples": "^1.0.0"
17+
"purescript-console": "1.x",
18+
"purescript-functions": "1.x",
19+
"purescript-tuples": "1.x"
2020
},
2121
"devDependencies": {
22-
"purescript-psci-support": "^1.0.0",
23-
"purescript-test-unit": "^7.0.0"
22+
"purescript-psci-support": "1.x",
23+
"purescript-test-unit": "7.x"
2424
}
2525
}

src/Data/TemplateString/TemplateString.purs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Data.TemplateString
2-
((<^>)
2+
( (<^>)
33
, template
44
, (<->)
55
, templateS

0 commit comments

Comments
 (0)