diff --git a/.npmrc b/.npmrc index eca0b77c..3dda4b7d 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1 @@ -git-tag-version = false -registry = http://npm.internal:4873 @bolteu:registry=https://npm.pkg.github.com/ \ No newline at end of file diff --git a/package.json b/package.json index 8f75087d..f920fd75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bolteu/recyclerlistview", - "version": "2.0.13", + "version": "2.0.14", "description": "The listview that you need and deserve. It was built for performance, uses cell recycling to achieve smooth scrolling.", "main": "dist/reactnative/index.js", "types": "dist/reactnative/index.d.ts", @@ -41,9 +41,6 @@ "react": ">= 15.2.1", "react-native": ">= 0.30.0" }, - "publishConfig": { - "registry": "http://npm.internal:4873" - }, "devDependencies": { "@types/lodash.debounce": "4.0.3", "@types/prop-types": "15.5.2",