Skip to content

Commit

Permalink
binary file moved
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Oct 31, 2017
1 parent 179d758 commit 8d4d655
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "memserver",
"version": "0.5.2",
"version": "0.5.4",
"description": "in-memory database/ORM and http mock server you can run in-browser and node environments. Built for large frontend teams, fast tests and rapid prototyping",
"main": "index.js",
"license": "ISC",
"scripts": {
"test": "sh run-tests.sh"
},
"bin": {
"memserver": "lib/mem-server/cli.js"
"memserver": "cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/izelnakri/memserver.git"
},
"author": "",
"dependencies": {
"@std/esm": "^0.12.1",
"@std/esm": "^0.12.5",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"chalk": "^2.2.0",
"chalk": "^2.3.0",
"ember-cli-string-utils": "^1.1.0",
"fake-xml-http-request": "^1.6.0",
"i": "^0.3.6",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# yarn lockfile v1


"@std/esm@^0.12.1":
version "0.12.4"
resolved "https://registry.yarnpkg.com/@std/esm/-/esm-0.12.4.tgz#01e06a392ba577205a691d97916490406c39ef26"
"@std/esm@^0.12.5":
version "0.12.5"
resolved "https://registry.yarnpkg.com/@std/esm/-/esm-0.12.5.tgz#b38a9bc70462df18a09b16f653141b9ab5557635"

"@types/node@^6.0.46":
version "6.0.90"
Expand All @@ -28,8 +28,8 @@ acorn-globals@^4.0.0:
acorn "^5.0.0"

acorn@^5.0.0, acorn@^5.1.2:
version "5.2.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.2.0.tgz#39fd0cf9d2dd4c82068602a404019d8ed5167b1c"
version "5.2.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.2.1.tgz#317ac7821826c22c702d66189ab8359675f135d7"

ajv@^5.1.0:
version "5.3.0"
Expand Down Expand Up @@ -607,19 +607,19 @@ browser-stdout@1.3.0:
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.0.tgz#f351d32969d32fa5d7a5567154263d928ae3bd1f"

browserslist@^2.1.2:
version "2.5.1"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-2.5.1.tgz#68e4bc536bbcc6086d62843a2ffccea8396821c6"
version "2.6.1"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-2.6.1.tgz#cc65a05ad6131ebda26f076f2822ba1bc826376b"
dependencies:
caniuse-lite "^1.0.30000744"
electron-to-chromium "^1.3.24"
caniuse-lite "^1.0.30000755"
electron-to-chromium "^1.3.27"

bytes@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"

caniuse-lite@^1.0.30000744:
version "1.0.30000755"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000755.tgz#9ce5f6e06bd75ec8209abe8853c3beef02248d65"
caniuse-lite@^1.0.30000755:
version "1.0.30000756"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000756.tgz#3da701c1521b9fab87004c6de7c97fa47dbeaad2"

caseless@~0.12.0:
version "0.12.0"
Expand All @@ -645,7 +645,7 @@ chalk@^1.1.3:
strip-ansi "^3.0.0"
supports-color "^2.0.0"

chalk@^2.2.0:
chalk@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"
dependencies:
Expand Down Expand Up @@ -809,7 +809,7 @@ ee-first@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"

electron-to-chromium@^1.3.24:
electron-to-chromium@^1.3.27:
version "1.3.27"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.27.tgz#78ecb8a399066187bb374eede35d9c70565a803d"

Expand Down Expand Up @@ -1180,8 +1180,8 @@ jsprim@^1.2.2:
verror "1.10.0"

just-extend@^1.1.26:
version "1.1.26"
resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-1.1.26.tgz#dba4ad2786d319f1d10afab106e004b5a0851ac2"
version "1.1.27"
resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-1.1.27.tgz#ec6e79410ff914e472652abfa0e603c03d60e905"

levn@~0.3.0:
version "0.3.0"
Expand Down

0 comments on commit 8d4d655

Please sign in to comment.