From dceb9c722fdff76d9e4a2f93f4bcb73136ad4526 Mon Sep 17 00:00:00 2001 From: Vasil Rimar Date: Fri, 14 Jul 2017 16:39:33 -0400 Subject: [PATCH] Update mithril --- package.json | 74 ++++++++++++++++++++++++++-------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/package.json b/package.json index 833c6f0..a7ddadb 100644 --- a/package.json +++ b/package.json @@ -1,38 +1,38 @@ { - "name": "mithril-portal", - "version": "1.0.3", - "description": "Mithril component for rendering inline children to document.body", - "main": "src/index.js", - "scripts": { - "build": "webpack", - "test": "mocha --compilers js:babel-core/register --watch -r jsdom-global/register", - "prepublish": "npm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/vasilrimar/mithril-portal.git" - }, - "keywords": [ - "mithril", - "portal" - ], - "author": "Vasil Rimar", - "license": "MIT", - "bugs": { - "url": "https://github.com/vasilrimar/mithril-portal/issues" - }, - "homepage": "https://github.com/vasilrimar/mithril-portal#readme", - "devDependencies": { - "babel-cli": "^6.24.1", - "babel-core": "^6.24.1", - "babel-loader": "^7.0.0", - "babel-preset-es2015": "^6.24.1", - "jsdom": "11.0.0", - "jsdom-global": "3.0.2", - "mocha": "^3.4.2", - "webpack": "^2.6.1" - }, - "dependencies": { - "mithril": "^1.1.1" - } -} + "name": "mithril-portal", + "version": "1.0.3", + "description": "Mithril component for rendering inline children to document.body", + "main": "src/index.js", + "scripts": { + "build": "webpack", + "test": "mocha --compilers js:babel-core/register --watch -r jsdom-global/register", + "prepublish": "npm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vasilrimar/mithril-portal.git" + }, + "keywords": [ + "mithril", + "portal" + ], + "author": "Vasil Rimar", + "license": "MIT", + "bugs": { + "url": "https://github.com/vasilrimar/mithril-portal/issues" + }, + "homepage": "https://github.com/vasilrimar/mithril-portal#readme", + "devDependencies": { + "babel-cli": "^6.24.1", + "babel-core": "^6.24.1", + "babel-loader": "^7.0.0", + "babel-preset-es2015": "^6.24.1", + "jsdom": "11.0.0", + "jsdom-global": "3.0.2", + "mocha": "^3.4.2", + "webpack": "^2.6.1" + }, + "dependencies": { + "mithril": "^1.1.3" + } +} \ No newline at end of file