• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4251 shaares
 
Filters
3 results tagged npm

Semver: A Primer - NodeSource

QRCode

Semver: A Primer

Prefixing a single semver version string with the ^ character defines a range of acceptable versions that include all patch and minor versions from the ones specified up to, but not including, the next version. So "^1.2.3" can be approximately expanded as ">=1.2.3 <2.0.0".

Unlike ~, the ^ operator with a major version of 0 is essentially a no-op, in that it translates to exactly that version rather than a full range. So "^0.2.3" is equal to just "0.2.3" and no more.

https://nodesource.com/blog/semver-a-primer/
June 27, 2023 at 9:55:03 AM EDT *
npm nodejs semvar
FILLER

Minimum Static Site Setup with Sass | Stephanie Eckles

QRCode

If you don't need any templating languages and just need to get a simple site built plus Sass, use this as the contents of a fresh package.json:

npm start - copies src files to public and starts Browsersync server at localhost:3000
npm run build - copies files to public and autoprefixes/minifies css

https://thinkdobecreate.com/articles/minimum-static-site-sass-setup/
February 24, 2022 at 1:44:31 PM EST *
sass npm eleventy
FILLER

NPM tips and tricks – Jair Reina – Medium

QRCode

If you use NPM in your day-to-day workflow, I’m sure you will like these tips.

https://medium.com/@jaireina/npm-tips-and-tricks-c96356fd1b12
December 5, 2018 at 3:23:34 PM EST *
npm
FILLER
Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community