Skip to content

Commit

Permalink
build(npmrc): creating npmrc dot file to remove any versions prefix, …
Browse files Browse the repository at this point in the history
…such as ^ or ~
  • Loading branch information
KhaledMohamedP committed Mar 19, 2019
1 parent 337ba46 commit f1f0297
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-prefix ""
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"docs": "jsdoc2md lib/translate-json-object.js > docs/api.md"
},
"dependencies": {
"google-translate": "^2.2.0",
"lodash": "^4.17.11",
"promise": "^8.0.2",
"google-translate": "2.2.0",
"lodash": "4.17.11",
"promise": "8.0.2",
"yandex-translate": "2.1.2"
},
"devDependencies": {
Expand Down

0 comments on commit f1f0297

Please sign in to comment.