Skip to content

Commit

Permalink
Update mithril
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasil Rimar committed Jul 14, 2017
1 parent a2d18bf commit dceb9c7
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit dceb9c7

Please sign in to comment.