Skip to content

Commit

Permalink
Use lodash instead of the deprecated utila (2.x branch)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaMinaei committed Oct 18, 2020
1 parent 3f77528 commit f187ca5
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 14 deletions.
373 changes: 373 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,15 @@
"scripts": {
"test": "mocha \"test/**/*.coffee\"",
"test:watch": "mocha \"test/**/*.coffee\" --watch",

"compile": "coffee --bare --compile --output ./lib ./src",
"compile:watch": "jitter src lib -b",

"watch": "npm run compile:watch & npm run test:watch",
"winwatch": "start/b npm run compile:watch & npm run test:watch",

"prepublish": "npm run compile"
},
"dependencies": {
"utila": "~0.4",
"renderkid": "^2.0.1"
"lodash": "^4.17.20",
"renderkid": "^2.0.4"
},
"devDependencies": {
"coffee-script": "~1.8.0",
Expand Down
Loading

0 comments on commit f187ca5

Please sign in to comment.