@kevinbarabash/foo
Advanced tools
Comparing version 0.1.10 to 0.2.0
@@ -134,3 +134,3 @@ module.exports = | ||
null, | ||
"Foo!" | ||
"FOO" | ||
); | ||
@@ -137,0 +137,0 @@ } |
@@ -5,5 +5,5 @@ import * as React from "react"; | ||
render() { | ||
return <h1>Foo!</h1>; | ||
return <h1>FOO</h1>; | ||
} | ||
} | ||
Foo.foo = "foo"; |
{ | ||
"name": "@kevinbarabash/foo", | ||
"version": "0.1.10", | ||
"version": "0.2.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
6555