Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Generated package.json reference non-existent repo #38

Open
moxiegirl opened this issue Feb 14, 2019 · 0 comments
Open

Generated package.json reference non-existent repo #38

moxiegirl opened this issue Feb 14, 2019 · 0 comments

Comments

@moxiegirl
Copy link
Contributor

The generated .package.json references some repositories that do not exist, namely hello-world:

{
  "name": "hello-blockstack",
  "version": "0.0.0",
  "description": "A simple Blockstack app",
  "main": "index.js",
  "scripts": {
    "browserify": "browserify requires.js -o public/bundle.js",
    "start": "npm run browserify && node server.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blockstack/hello-blockstack.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/blockstack/hello-blockstack/issues"
  },
  "homepage": "https://github.com/blockstack/hello-blockstack#readme",
  "devDependencies": {
    "browserify": "^14.1.0",
    "express": "^4.15.2",
    "opn": "^4.0.2"
  },
  "dependencies": {
    "blockstack": "^18.0.4"
  }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant