diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-01-31 23:16:41 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-01-31 23:16:41 +0100 |
commit | 180528f620e53e4a828d6f4d427ce83817572f44 (patch) | |
tree | 870eb12d43d60c11674b08091870de6cf0c639a4 /examples/todomvc/src/main/web/node_modules/todomvc-app-css | |
parent | c6cfbbf4b949707981c399be63e540ed10efad29 (diff) | |
download | kvision-180528f620e53e4a828d6f4d427ce83817572f44.tar.gz kvision-180528f620e53e4a828d6f4d427ce83817572f44.tar.bz2 kvision-180528f620e53e4a828d6f4d427ce83817572f44.zip |
Version upgrade
Diffstat (limited to 'examples/todomvc/src/main/web/node_modules/todomvc-app-css')
-rw-r--r-- | examples/todomvc/src/main/web/node_modules/todomvc-app-css/package.json | 21 |
1 files changed, 12 insertions, 9 deletions
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" |