From 180528f620e53e4a828d6f4d427ce83817572f44 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 31 Jan 2018 23:16:41 +0100 Subject: Version upgrade --- .../web/node_modules/todomvc-app-css/package.json | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'examples/todomvc/src/main/web/node_modules/todomvc-app-css') diff --git a/examples/todomvc/src/main/web/node_modules/todomvc-app-css/package.json b/examples/todomvc/src/main/web/node_modules/todomvc-app-css/package.json index 72831e7b..da589f16 100644 --- a/examples/todomvc/src/main/web/node_modules/todomvc-app-css/package.json +++ b/examples/todomvc/src/main/web/node_modules/todomvc-app-css/package.json @@ -1,26 +1,31 @@ { - "_from": "todomvc-app-css@^2.0.0", + "_args": [ + [ + "todomvc-app-css@2.1.0", + "/home/rjaros/git/kvision/examples/todomvc/src/main/web" + ] + ], + "_from": "todomvc-app-css@2.1.0", "_id": "todomvc-app-css@2.1.0", "_inBundle": false, "_integrity": "sha1-tvJxbTOa+i5feZNH0qSLBTliQqU=", "_location": "/todomvc-app-css", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "todomvc-app-css@^2.0.0", + "raw": "todomvc-app-css@2.1.0", "name": "todomvc-app-css", "escapedName": "todomvc-app-css", - "rawSpec": "^2.0.0", + "rawSpec": "2.1.0", "saveSpec": null, - "fetchSpec": "^2.0.0" + "fetchSpec": "2.1.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/todomvc-app-css/-/todomvc-app-css-2.1.0.tgz", - "_shasum": "b6f2716d339afa2e5f799347d2a48b05396242a5", - "_spec": "todomvc-app-css@^2.0.0", + "_spec": "2.1.0", "_where": "/home/rjaros/git/kvision/examples/todomvc/src/main/web", "author": { "name": "Sindre Sorhus", @@ -30,8 +35,6 @@ "bugs": { "url": "https://github.com/tastejs/todomvc-app-css/issues" }, - "bundleDependencies": false, - "deprecated": false, "description": "CSS for TodoMVC apps", "files": [ "index.css" -- cgit