Skip to content

Commit b4bf52b

Browse files
committed
Updating file extensions and repository location
1 parent 8e279b5 commit b4bf52b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "purescript-free",
33
"version": "0.0.5",
4-
"homepage": "https://github.com/purescript/purescript-free",
4+
"homepage": "https://github.com/purescript-contrib/purescript-free",
55
"description": "Free monads",
66
"keywords": ["purescript"],
77
"license": "MIT",
File renamed without changes.

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ var gulp = require('gulp')
88
purescript: {
99
src: [
1010
'bower_components/purescript-*/src/**/*.purs*',
11-
'src/**/*.purs.hs'
11+
'src/**/*.purs'
1212
],
13-
examples: 'examples/**/*.purs.hs',
13+
examples: 'examples/**/*.purs',
1414
dest: 'dist/',
1515
options: {
1616
main: 'Teletype',
File renamed without changes.

0 commit comments

Comments
 (0)