inferno-vnode-flags
Advanced tools
Comparing version 1.3.0-rc.1 to 1.3.0-rc.4
/*! | ||
* inferno-vnode-flags v1.3.0-rc.1 | ||
* inferno-vnode-flags v1.3.0-rc.4 | ||
* (c) 2017 Dominic Gannaway' | ||
@@ -5,0 +5,0 @@ * Released under the MIT License. |
/*! | ||
* inferno-vnode-flags v1.3.0-rc.1 | ||
* inferno-vnode-flags v1.3.0-rc.4 | ||
* (c) 2017 Dominic Gannaway' | ||
@@ -5,0 +5,0 @@ * Released under the MIT License. |
{ | ||
"name": "inferno-vnode-flags", | ||
"version": "1.3.0-rc.1", | ||
"version": "1.3.0-rc.4", | ||
"license": "MIT", | ||
@@ -35,5 +35,5 @@ "description": "Provides an enum of all possible VNode Flags used when calling Inferno.createVNode", | ||
"main": "dist/inferno-vnode-flags.node.js", | ||
"module": "dist-es/index.js", | ||
"jsnext:main": "dist-es/index.js", | ||
"typings": "dist-es/index.d.ts", | ||
"repository": "https://github.com/infernojs/inferno" | ||
} |
7891