diff --git a/package.json b/package.json index 01bbb89..ae89738 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-create-bridge", - "version": "1.1.0", + "version": "1.2.0", "description": "A CLI generator that creates React Native bridges with ease!", "main": "index.js", "scripts": { @@ -13,10 +13,7 @@ "package:dev": "npm unlink react-native-create-bridge && rm -rf node_modules && yarn && npm run build && npm link" }, "lint-staged": { - "src/*.js": [ - "prettier --write", - "git add" - ] + "src/*.js": ["prettier --write", "git add"] }, "bin": { "create-bridge": "build/index.js" @@ -25,10 +22,7 @@ "type": "git", "url": "git+https://github.com/peggyrayzis/react-native-create-bridge.git" }, - "keywords": [ - "react", - "native" - ], + "keywords": ["react", "native"], "author": "Peggy Rayzis & Kurt Kemple", "license": "ISC", "bugs": { @@ -66,8 +60,6 @@ } ] ], - "plugins": [ - "transform-runtime" - ] + "plugins": ["transform-runtime"] } -} \ No newline at end of file +}