diff --git a/.circleci/config.yml b/.circleci/config.yml index fdb8a1e..69bc2e3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,6 +25,4 @@ jobs: - run: yarn lint - - run: yarn test - - - run: yarn build \ No newline at end of file + - run: yarn test \ No newline at end of file diff --git a/package.json b/package.json index a610394..e17dda7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-beret", - "version": "0.1.2", + "version": "0.1.3", "description": "React components for your web page's tracking, assets, and more", "author": "Jim Skerritt ", "license": "MIT",