Skip to content

Commit 3bef8fa

Browse files
Alex KelleyAlex Kelley
authored andcommitted
Bumped PureScript compiler and Spago versions
1 parent dc76446 commit 3bef8fa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+42282
-1458
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
*.org
1212
*/src/Secret.purs
1313
resources/*.sketch
14-
test-build-log.txt
15-
spago-build-log.txt
14+
bump-deps-log.txt
1615
*/index.js

build-tutorials.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

package.json

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
{
2-
"name": "javascript-to-purescript",
3-
"description": "Javascript to Purescript Tutorial Series. See https://medium.com/@kelleyalex/index-make-the-leap-from-javascript-to-purescript-a1566d657e9c",
4-
"private": true,
5-
"scripts": {
6-
"clean": "rimraf */output && rimraf */.spago && rimraf */.purs-repl && rimraf */.psci_modules"
7-
},
8-
"private": true,
9-
"author": [
10-
{
11-
"name": "Alex Kelley",
12-
"email": "",
13-
"url": "https://github.com/adkelley"
14-
}
15-
],
16-
"license": "MIT"
2+
"name": "javascript-to-purescript",
3+
"description": "Javascript to Purescript Tutorial Series. See https://medium.com/@kelleyalex/index-make-the-leap-from-javascript-to-purescript-a1566d657e9c",
4+
"private": true,
5+
"version": "2.2.1",
6+
"author": {
7+
"name": "Alex Kelley",
8+
"email": "",
9+
"url": "https://github.com/adkelley"
10+
},
11+
"license": "MIT"
1712
}

spago-update.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)