add typings tag to package.json
This commit is contained in:
		@@ -3,6 +3,7 @@
 | 
				
			|||||||
  "version": "1.0.6",
 | 
					  "version": "1.0.6",
 | 
				
			||||||
  "description": "nice module loading animation for modules that need a little starting time.",
 | 
					  "description": "nice module loading animation for modules that need a little starting time.",
 | 
				
			||||||
  "main": "dist/index.js",
 | 
					  "main": "dist/index.js",
 | 
				
			||||||
 | 
					  "typings":"dist/index.d.ts",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "test": "(npmts)"
 | 
					    "test": "(npmts)"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user