Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
feat(templates): Pin library dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Jul 5, 2018
1 parent e621c23 commit f19dd3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/__snapshots__/e2e-templates.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2846,7 +2846,7 @@ exports[`Templates JavaScript Helper File content: package.json 1`] = `
},
\\"dependencies\\": {
\\"algoliasearch\\": \\"3.29.0\\",
\\"algoliasearch-helper\\": \\"^1.0.0\\"
\\"algoliasearch-helper\\": \\"1.0.0\\"
},
\\"devDependencies\\": {
\\"babel-eslint\\": \\"8.2.5\\",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/JavaScript Helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"algoliasearch": "3.29.0",
"algoliasearch-helper": "^{{libraryVersion}}"
"algoliasearch-helper": "{{libraryVersion}}"
},
"devDependencies": {
"babel-eslint": "8.2.5",
Expand Down

0 comments on commit f19dd3f

Please sign in to comment.