Skip to content

Commit

Permalink
Release v1.2.0 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Frachet authored Dec 20, 2017
1 parent e342217 commit 0abf1c9
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
{
"name": "rn-placeholder",
"version": "1.1.0",
"version": "1.2.0",
"private": false,
"main": "index.js",
"homepage": "https://github.com/mfrachet/rn-placeholder",
"repository": {
"type": "git",
"url": "https://github.com/mfrachet/rn-placeholder"
},
"description":
"Display some placeholder stuff before rendering your text or media content in React Native",
"keywords": ["react-native", "ios", "android", "expo"],
"description": "Display some placeholder stuff before rendering your text or media content in React Native",
"keywords": [
"react-native",
"ios",
"android",
"expo"
],
"author": "Marvin FRACHET <marvin.frachet@gmail.com> (https://github.com/mfrachet)",
"scripts": {
"format":
"prettier-eslint --write \"src/**/*.js\" && prettier-eslint --write \"Example/components/**/*.js\"",
"format": "prettier-eslint --write \"src/**/*.js\" && prettier-eslint --write \"Example/components/**/*.js\"",
"lint": "eslint ./src",
"test": "./node_modules/.bin/jest --coverage --no-cache",
"test:auto": "./node_modules/.bin/jest --watch"
},
"pre-commit": ["test", "lint"],
"pre-commit": [
"test",
"lint"
],
"dependencies": {
"prop-types": "^15.5.10"
},
Expand All @@ -45,7 +51,11 @@
},
"jest": {
"preset": "react-native",
"setupFiles": ["./setup/test.setup.js"],
"modulePathIgnorePatterns": ["<rootDir>/Example/"]
"setupFiles": [
"./setup/test.setup.js"
],
"modulePathIgnorePatterns": [
"<rootDir>/Example/"
]
}
}
}

0 comments on commit 0abf1c9

Please sign in to comment.