Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed npm start on default shell (debian)
I have renamed SET to set in the `package.json`-file. I'm an ubuntu user and the `npm start` script doesn't work for me. It yields the following error. ``` > [email protected] start > SET NODE_ENV=dev && node cl-rest.js sh: 1: SET: not found ```
- Loading branch information