@companydotcom/company-skynet-core
v2.0.17
Published
Company.com Skynet core library
Downloads
91
Keywords
Readme
company-skynet-core
Company Skynet Core library This GIT repo is only for comsumption and edit for members belonging to company.com Use the Company Skynet Generator repo instead for actual usage.
For company.com developers: Do 'npm install' and then 'npm run build' to create the distribution file index.js under dist folder. To publish:
- increment the version in package.json,
- Build the package using 'npm run build',
- do 'npm login',
- do 'npm config set scope companydotcom',
- do 'npm publish --access public'