- npm install --save - npm uninstall react --save - npm uninstall react-dom --save - added start: "main.js" to package.json - added "typings": "src/index", - added src/index.d.ts { declare module ... } - npm run build-npm (git bash) - test with local project using physical path > ex. npm install "c:\mymodules\react-coverflow-mod" --save //if(error thrown on build) - npm install typescript -g -D - in root directory: tsc --init > creates tsconfig.json - NPM PUBLISH - update version in package.json - npm run build-npm - npm login garu_wun 8VMgx,&JVnbGP:m garyvaughan1221@gmail.com - npm publish