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

Add package lock to source control #233

Conversation

deivid-rodriguez
Copy link
Contributor

To make working with the library more consistent. Also fixed a npm install warning and committed some source control changes generated by npx grunt build.

This ensures a more reproducible environment when working on the
repository, and it's recommended by npm so it should remove the
following message on `npm install`:

```
npm notice created a lockfile as package-lock.json. You should commit this file.
```
Fixes the following warning on `npm install`

```
npm WARN [email protected] No license field.
```
@najlepsiwebdesigner najlepsiwebdesigner merged commit 6ba965e into najlepsiwebdesigner:master Jan 16, 2019
@deivid-rodriguez deivid-rodriguez deleted the add_package_lock_to_source_control branch January 16, 2019 22:52
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.

2 participants