Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

package.json files property local

"scripts": {
  "postinstall": "node install.js"
},
"localDependencies": {
  "ui-elements": "file:path/to/ui-elements"
},
"dependencies": {
  "ui-elements": "git+https://user@bitbucket.org/user/ui-elements.git"
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #files #property #local
ADD COMMENT
Topic
Name
4+3 =