Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Fix npm@5 warnings on install #166

Merged
merged 1 commit into from
Nov 28, 2017
Merged

Fix npm@5 warnings on install #166

merged 1 commit into from
Nov 28, 2017

Conversation

gknapp
Copy link
Contributor

@gknapp gknapp commented Nov 27, 2017

Fixes warnings on install:

npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated.
npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only.
npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.

Fixes warnings on install:

```
npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated.
npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only.
npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.
```
@leMaik
Copy link
Member

leMaik commented Nov 28, 2017

Thanks a lot! 👍

@leMaik leMaik merged commit 5db6b72 into TeamWertarbyte:master Nov 28, 2017
@gknapp gknapp deleted the patch-1 branch November 28, 2017 13:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants