Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Dec 14, 2017
1 parent 7822c21 commit 447682b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 20 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "react-i18n-jed",
"version": "0.0.1",
"version": "1.0.0",
"description": "React i18n wrapper for jed, based on gettext",
"author": "App Annie Engineering",
"files": ["dist"],
"files": [
"dist"
],
"main": "dist/index.js",
"keywords": [
"react-jed",
Expand Down Expand Up @@ -64,16 +66,28 @@
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": ["eslint --fix", "git add"]
"*.js": [
"eslint --fix",
"git add"
]
},
"repository": "appannie/react-i18n-jed",
"license": "MIT",
"jest": {
"setupFiles": ["<rootDir>/jest.setup.js"],
"setupFiles": [
"<rootDir>/jest.setup.js"
],
"setupTestFrameworkScriptFile": "./node_modules/jest-enzyme/lib/index.js",
"testEnvironment": "jsdom",
"snapshotSerializers": ["enzyme-to-json/serializer"],
"coverageReporters": ["json", "lcov", "text", "html"],
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"coverageReporters": [
"json",
"lcov",
"text",
"html"
],
"coverageThreshold": {
"global": {
"branches": 100,
Expand Down

0 comments on commit 447682b

Please sign in to comment.