chore(releasing): Add conventional commit.

This commit is contained in:
Dylan Vann 2018-12-30 19:30:55 -05:00
parent 31516c57a3
commit e3d03b463e
2 changed files with 3074 additions and 106 deletions

View File

@ -1,49 +1,55 @@
{ {
"name": "react-native-fast-image", "name": "react-native-fast-image",
"version": "0.0.0-development", "version": "0.0.0-development",
"description": "🚩 FastImage, performant React Native image component.", "description": "🚩 FastImage, performant React Native image component.",
"keywords": [ "keywords": [
"cache", "cache",
"cached", "cached",
"fastimage", "fastimage",
"image", "image",
"priority" "priority"
], ],
"homepage": "https://github.com/DylanVann/react-native-fast-image#readme", "homepage": "https://github.com/DylanVann/react-native-fast-image#readme",
"bugs": { "bugs": {
"url": "https://github.com/DylanVann/react-native-fast-image/issues" "url": "https://github.com/DylanVann/react-native-fast-image/issues"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/DylanVann/react-native-fast-image.git" "url": "https://github.com/DylanVann/react-native-fast-image.git"
}, },
"license": "(MIT AND Apache-2.0)", "license": "(MIT AND Apache-2.0)",
"author": "Dylan Vann <dylan@dylanvann.com> (https://dylanvann.com)", "author": "Dylan Vann <dylan@dylanvann.com> (https://dylanvann.com)",
"main": "src/index.js", "main": "src/index.js",
"types": "src/index.d.ts", "types": "src/index.d.ts",
"scripts": { "scripts": {
"format": "prettier --write --list-different ./src/*.js", "commit": "git-cz",
"prepare": "git submodule update --init --recursive", "format": "prettier --write --list-different ./src/*.js",
"semantic-release": "semantic-release", "prepare": "git submodule update --init --recursive",
"test": "yarn run format && yarn run test:jest", "semantic-release": "semantic-release",
"test:jest": "jest ./src/*.js" "test": "yarn run format && yarn run test:jest",
}, "test:jest": "jest ./src/*.js"
"devDependencies": { },
"@babel/core": "^7.1.6", "devDependencies": {
"babel-jest": "^23.6.0", "@babel/core": "^7.1.6",
"jest": "^23.6.0", "babel-jest": "^23.6.0",
"metro-react-native-babel-preset": "0.48.1", "commitizen": "^3.0.5",
"prettier": "^1.15.2", "cz-conventional-changelog": "^2.1.0",
"prettier-check": "^2.0.0", "jest": "^23.6.0",
"prop-types": "^15.6.2", "metro-react-native-babel-preset": "0.48.1",
"react": "16.6.0-alpha.8af6728", "prettier": "^1.15.2",
"react-native": "^0.57.4", "prettier-check": "^2.0.0",
"react-test-renderer": "16.6.0-alpha.8af6728", "prop-types": "^15.6.2",
"semantic-release": "^15.13.2" "react": "16.6.0-alpha.8af6728",
}, "react-native": "^0.57.4",
"peerDependencies": { "react-test-renderer": "16.6.0-alpha.8af6728",
"prop-types": "*", "semantic-release": "^15.13.2"
"react": "*", },
"react-native": "*" "peerDependencies": {
} "prop-types": "*",
"react": "*",
"react-native": "*"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
}
} }

3080
yarn.lock

File diff suppressed because it is too large Load Diff