Skip to content
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

fix: Added support for Array schema #2

Merged
merged 17 commits into from
Aug 14, 2017
Merged

Conversation

edcarroll
Copy link
Contributor

Closes #1

This PR also addresses various other things within the project, like tests & ensuring that the typings are found correctly, as well as removing compiled files from the repo.

Copy link
Owner

@mchlbrnd mchlbrnd left a comment

Choose a reason for hiding this comment

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

Why did you not go for npm-shrinkwrap? Just a question out of curiousity.

@edcarroll
Copy link
Contributor Author

Are you meaning shrinkwrap vs package-lock? As far as I'm aware package-lock.json is essentially a new version of the shrinkwrap functionality, but is a bit easier to use as it just works with npm install without any hassle

@edcarroll
Copy link
Contributor Author

btw, are you meaning to re-approve the PR so much? 😛

@mchlbrnd
Copy link
Owner

Ha, I was looking at the review functionality in GitHub. :P

@edcarroll
Copy link
Contributor Author

Fair enough! lmk if you want me to change anything

Copy link
Owner

@mchlbrnd mchlbrnd left a comment

Choose a reason for hiding this comment

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

@edcarroll add yourself to package.json authors and revert the name.

package.json Outdated
@@ -1,6 +1,6 @@
{
"name": "normalizr-decorators",
"version": "1.0.0-alpha.1",
"name": "@edcarroll/normalizr-decorators",
Copy link
Owner

Choose a reason for hiding this comment

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

Remove only

package.json Outdated
"name": "normalizr-decorators",
"version": "1.0.0-alpha.1",
"name": "@edcarroll/normalizr-decorators",
"version": "1.0.0-alpha.5",
"description": "Schema decorators for normalizr",
"author": "Michael Wolbert <michael.wolbert@gmail.com>",
Copy link
Owner

Choose a reason for hiding this comment

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

Add yourself here please! :)

@mchlbrnd mchlbrnd merged commit d835dd9 into mchlbrnd:master Aug 14, 2017
@edcarroll
Copy link
Contributor Author

Thank you for sorting that 🎉 currently underwater with a work project, but should be wrapped up on Thursday so will be able to take a look at & have a chat about some of the other issues 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants