Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
To avoid getting

```bash
$ yo webapp
module.js:338
    throw err;
          ^
Error: Cannot find module 'underscore.string'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:278:25)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/Users/mart/.nvm/versions/node/v0.12.4/lib/node_modules/generator-webapp/app/index.js:8:10)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
```
  • Loading branch information
martnu committed Jun 28, 2015
1 parent 26054a5 commit 9da55f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"generator-jasmine": "^0.1.3",
"generator-mocha": "^0.2.0",
"mkdirp": "^0.5.1",
"underscore.string": "^3.1.1",
"wiredep": "^2.2.2",
"yeoman-generator": "^0.20.1",
"yosay": "^1.0.4"
},
"devDependencies": {
"grunt-cli": "^0.1.13",
"mocha": "*",
"underscore.string": "^3.1.1",
"yeoman-assert": "^2.0.0"
}
}

1 comment on commit 9da55f5

@richardwestenra
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! That was doing my head in.

Please sign in to comment.