Skip to content

Instantly share code, notes, and snippets.

@bnb
Created July 15, 2020 17:24
Show Gist options
  • Save bnb/b6d33f4768bf039dfecedc1c54886b1f to your computer and use it in GitHub Desktop.
Save bnb/b6d33f4768bf039dfecedc1c54886b1f to your computer and use it in GitHub Desktop.

commands

  • npm init -y
  • npm install react@npm:preact@8
  • npm outdated
  • npm install react@npm:preact@latest
  • npm outdated
  • cat package.json

package.json

{
  "name": "new-module",
  "version": "0.0.1",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "Tierney Cyren <hello@bnb.im> (https://bnb.im/)",
  "license": "MIT",
  "dependencies": {
    "react": "npm:preact@^10.4.6"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment