Skip to content

Commit 3a435c7

Browse files
committed
update package.json files
1 parent b765b45 commit 3a435c7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "purescript_tutorials",
3-
"version": "0.1.0",
4-
"description": "See https://hackernoon.com/make-the-leap-from-javascript-to-purescript-5b35b1c06fef",
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,
55
"scripts": {
6-
"clean": "rm -rf */output */dist */.psc* */.pulp-cache */bower_components"
6+
"clean": "rimraf */output && rimraf */.spago && rimraf */.purs-repl && rimraf */.psci_modules"
77
},
88
"private": true,
99
"author": [

tut02/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-to-purescript",
3-
"description": "Javascript to Purescript Tutorial Series",
3+
"description": "Javascript to Purescript Tutorial Series. See https://medium.com/@kelleyalex/index-make-the-leap-from-javascript-to-purescript-a1566d657e9c",
44
"private": true,
55
"version": "2.1.0",
66
"scripts": {

tut03/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-to-purescript",
3-
"description": "Javascript to Purescript Tutorial Series",
3+
"description": "Javascript to Purescript Tutorial Series. See https://medium.com/@kelleyalex/index-make-the-leap-from-javascript-to-purescript-a1566d657e9c",
44
"private": true,
55
"version": "2.1.0",
66
"scripts": {

tut04P1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-to-purescript",
3-
"description": "Javascript to Purescript Tutorial Series",
3+
"description": "Javascript to Purescript Tutorial Series. See https://medium.com/@kelleyalex/index-make-the-leap-from-javascript-to-purescript-a1566d657e9c",
44
"private": true,
55
"version": "2.1.0",
66
"scripts": {

0 commit comments

Comments
 (0)