Code Monkey home page Code Monkey logo

Comments (6)

mattclough1 avatar mattclough1 commented on June 24, 2024 1

Here's a little bit from NPM on how to update: https://docs.npmjs.com/getting-started/publishing-npm-packages#updating-the-package
Pretty much just npm version <patch/minor/major> in the repo. Major being a +1.0.0, minor being a +0.1.0, and patch being a +0.0.1. Once you've done that, the version will be updated in your package.json, the git will be tagged, and then you can npm publish. 🎉

from rellax.

moeamaya avatar moeamaya commented on June 24, 2024 1

Thanks @twiro for proposing this and @mattclough1 for pointing to a solution.

I've updated the repo to v1.1 now both in NPM and Bower. Cheers!

from rellax.

connor-baer avatar connor-baer commented on June 24, 2024

Using semantic versioning is also important to keep the npm package up to date.
It's outdated at the moment! 🚨

from rellax.

brunnolou avatar brunnolou commented on June 24, 2024

It took me some time realizing that this bug #53 was caused by this.

Now my code works with this on my package.json:

"dependencies": {
    "rellax": "dixonandmoe/rellax",

This repo is great so please add the proper version. 👍

from rellax.

moeamaya avatar moeamaya commented on June 24, 2024

Hey everyone thanks for the heads up on this. I and my team never use NPM so any guidance here to make your lives easier would be great! What's the best/easiest way to handle this?

from rellax.

mattclough1 avatar mattclough1 commented on June 24, 2024

🎊🎉👏🎉🎊

from rellax.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.