From 313b7a92f854321671827f967edb61baacb2d443 Mon Sep 17 00:00:00 2001 From: Derrick Hathaway Date: Wed, 2 Dec 2020 10:24:26 -0700 Subject: [PATCH] v1.1.1 --- package.json | 2 +- tsconfig.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index f3fc082..118c46a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lifeomic/prim", - "version": "1.1.1-1", + "version": "1.1.1", "description": "Prim is a customizable TypeScript atomic styles framework for React Native.", "repository": "git@github.com:lifeomic/react-native-prim.git", "author": "LifeOmic ", diff --git a/tsconfig.json b/tsconfig.json index 09e5f49..49151f0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,6 @@ { "compilerOptions": { "target": "es2018", - "module": "commonjs", "declaration": true, "strict": true, "jsx": "react",