-
Notifications
You must be signed in to change notification settings - Fork 350
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
Update jQuery and jQuery libraries. #63
base: 0.8.9-dev
Are you sure you want to change the base?
Conversation
ryoichi-obara
commented
Aug 28, 2017
- jQuery 3.2.1
- jQuery UI 1.12.1
Might it be better to add a package.json to track dependencies, instead of including dependencies in this project repo? Then, the package can be published on NPM, with NPM handling installing the dependencies. |
- Add "package.json" - Remove "lib" - Append node_modules/ to ".gitignore"
Hello @brylie , thanks for reviewing/pointing. I tried to manage library dependencies with package.json. And should I fix up these commits? |
The changes look good, and it is cool to see that this package will be published on NPM :-) Great work! |
Remove useless params.
CommonJS modularize for npm
0.8.9 dev