@kevinbarabash/foo
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -134,3 +134,3 @@ module.exports = | ||
null, | ||
"Foo" | ||
"Foo!" | ||
); | ||
@@ -145,3 +145,5 @@ } | ||
Foo.foo = "foo"; | ||
/***/ }) | ||
/******/ ]); |
@@ -8,1 +8,2 @@ import * as React from "react"; | ||
} | ||
Foo.foo = "foo"; |
{ | ||
"name": "@kevinbarabash/foo", | ||
"version": "0.1.5", | ||
"main": "index.js", | ||
"version": "0.1.6", | ||
"main": "dist/index.js", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "publishConfig": { |
6557
134