-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sc-38841 Updates to latest purescript-tools image
Updates to latest purescript-tools image, and update a few other dependencies. Also, it makes sure to do an npm install when you call `./scripts/shell`, so that `grunt dev` works as expected.
- Loading branch information
1 parent
b7770e8
commit 56e2b33
Showing
6 changed files
with
1,299 additions
and
1,151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,23 @@ | ||
{"name":"purescript-erumu","version":"0.1.0","description":"Elm-influenced virtual DOM","repository":{"type":"git","url":"git+https://github.com/flipstone/purescript-erumu.git"},"author":"Flipstone Technology Partners <development@flipstone.com>","license":"BSD-2-Clause","bugs":{"url":"https://github.com/flipstone/purescript-erumu/issues"},"homepage":"https://github.com/flipstone/purescript-erumu#readme","dependencies":{"virtual-dom":"~2.1.1"},"devDependencies":{"grunt":"^1.6.1","grunt-cli":"^1.4.3","grunt-contrib-watch":"^1.1.0","grunt-exec":"^3.0.0"}} | ||
{ "name":"purescript-erumu", | ||
"version":"0.1.0", | ||
"description":"Elm-influenced virtual DOM", | ||
"repository": { | ||
"type":"git", | ||
"url":"git+https://github.com/flipstone/purescript-erumu.git" | ||
}, | ||
"author":"Flipstone Technology Partners <development@flipstone.com>", | ||
"license":"BSD-2-Clause", | ||
"bugs": { | ||
"url":"https://github.com/flipstone/purescript-erumu/issues" | ||
}, | ||
"homepage":"https://github.com/flipstone/purescript-erumu#readme", | ||
"dependencies": { | ||
"virtual-dom":"~2.1.1" | ||
}, | ||
"devDependencies": { | ||
"grunt":"^1.6.1", | ||
"grunt-cli":"^1.4.3", | ||
"grunt-contrib-watch":"^1.1.0", | ||
"grunt-exec":"^3.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#!/bin/sh | ||
|
||
export PS1="\[\e[35m\]PURESCRIPT\[\e[m\]:\w \\$ " | ||
npm install |
Oops, something went wrong.