Skip to content

Commit

Permalink
Added NPM and Yarn lock files (#30, fixes #28)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrutsko authored Aug 13, 2017
1 parent 12f114f commit 074c954
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
26 changes: 26 additions & 0 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@

"devDependencies":
{
"sprintf-js" : "^1",
"node-png" : "^0",
"readline-sync" : "^1"
"sprintf-js" : "~1.1",
"node-png" : "~0.4",
"readline-sync" : "~1.4"
},

"scripts":
Expand Down
15 changes: 15 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


node-png@~0.4:
version "0.4.3"
resolved "https://registry.yarnpkg.com/node-png/-/node-png-0.4.3.tgz#450223796b82d3cca0ffe4a5d5c7fa97485974e7"

readline-sync@~1.4:
version "1.4.7"
resolved "https://registry.yarnpkg.com/readline-sync/-/readline-sync-1.4.7.tgz#001bfdd4c06110c3c084c63bf7c6a56022213f30"

sprintf-js@~1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.1.tgz#36be78320afe5801f6cea3ee78b6e5aab940ea0c"

0 comments on commit 074c954

Please sign in to comment.