Skip to content
This repository was archived by the owner on Jul 20, 2019. It is now read-only.

Fix #1 Fix name of the bin in package.json#3

Open
ledsun wants to merge 1 commit intoCordazar:masterfrom
ledsun:master
Open

Fix #1 Fix name of the bin in package.json#3
ledsun wants to merge 1 commit intoCordazar:masterfrom
ledsun:master

Conversation

@ledsun
Copy link
Copy Markdown

@ledsun ledsun commented Sep 25, 2014

I think #1 is caused by the difference between a file name in the bin directory and the command name in the package.json.

@akkerman
Copy link
Copy Markdown

This pull request would also fix #5 #7 #8 #9 #11

to test put the following in a package.json file in an empty directory

{
  "name": "crest_test",
  "scripts": {
    "start": "crest"
  },
  "dependencies": {
    "crest": "https://github.com/ledsun/crest.git"
  }
}

then install and start:

npm install && npm start

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