Skip to content

update pulp dep to 11.0.0 #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2017

Conversation

thunklife
Copy link

When I cloned the repo, ran npm install && bower install && npm run build I received an error that psc could not be found. Updated the pulp dep to ^11.0.0, ran the same commands and everything built as expected. Also ran tests just to make sure and everything looked good.

package.json Outdated
@@ -6,7 +6,7 @@
"test": "pulp test"
},
"devDependencies": {
"pulp": "^10.0.4",
"pulp": "^11.0.0",
"purescript-psa": "^0.5.0-rc.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's update psa here too.

@thunklife thunklife force-pushed the dev/update-pulp-dep branch from 15cd5ac to f8520d6 Compare May 5, 2017 20:58
@thunklife
Copy link
Author

Included update to purescript-psa also.

@garyb
Copy link
Member

garyb commented May 6, 2017

Thanks!

@garyb garyb merged commit bdd6914 into purescript:master May 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants