-
Notifications
You must be signed in to change notification settings - Fork 173
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 fbpspec #679
Fix fbpspec #679
Conversation
Is required in Polymer element where it doesnt get replaced by WebPack
Fixes schema load error, all dependencies updated
No idea why VersionEye now complains, nothing has changed wrt to license of fbp-spec... |
@jonnor VersionEye has this bug where occasionally they fail when they see a new dependency they haven't fetched yet |
"sinon": "^1.17.7", | ||
"syn": "0.2.2", | ||
"yaml-include-loader": "^1.0.0" | ||
}, | ||
"scripts": { | ||
"test": "grunt test" | ||
"test": "grunt test", | ||
"start": "./node_modules/.bin/simple-server . 9999" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a convenient change. Should be mentioned in the README
@jonnor please mention |
Fixes #587