Skip to content

Commit

Permalink
Update package.json and package-lock.json
Browse files Browse the repository at this point in the history
* Remove prettier and command test:prettier

* Replace Interstellar to SoftVenue

* Regenerate package-lock.json
  • Loading branch information
Aissaoui-Ahmed committed Dec 14, 2019
1 parent a10f1be commit d71f5ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
6 changes: 0 additions & 6 deletions package-lock.json

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

16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,25 @@
"devDependencies": {
"json2yaml": "^1.1.0",
"jsonabc": "^2.3.1",
"pre-commit": "^1.2.2",
"prettier": "1.19.1"
"pre-commit": "^1.2.2"
},
"scripts": {
"start": "npm run test:sort && npm run test:prettier",
"test": "npm run test:sort && npm run test:prettier && npm run test:json2yaml",
"start": "npm run test:sort",
"test": "npm run test:sort && npm run test:json2yaml",
"test:sort": "node Sort",
"test:prettier": "node_modules/.bin/prettier --write i18n.json",
"test:json2yaml": "node_modules/.bin/json2yaml ./i18n.json > ./i18n.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InterstellarClub/i18n.git"
"url": "git+https://github.com/SoftVenue/i18n.git"
},
"keywords": [
"Internationalization"
],
"author": "Interstellar Club",
"author": "SoftVenue Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/InterstellarClub/i18n/issues"
"url": "https://github.com/SoftVenue/i18n/issues"
},
"homepage": "https://github.com/InterstellarClub/i18n#readme"
"homepage": "https://github.com/SoftVenue/i18n#readme"
}

0 comments on commit d71f5ff

Please sign in to comment.