Skip to content

Commit

Permalink
2.0.5
Browse files Browse the repository at this point in the history
[dsch] registering types in package.json
  • Loading branch information
Dmitry Scheglov committed Dec 21, 2020
1 parent 037c114 commit e1a8c93
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
@@ -1,12 +1,14 @@
{
"name": "assets-dynamic-import",
"version": "2.0.4",
"version": "2.0.5",
"description": "Static Assests loader",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --coverage && ./.coveralls.sh",
"build": "babel ./src -d ./lib --ignore **/__test__ && cp ./src/*.d.ts ./lib",
"prepublish": "rm -rf ./lib && npm run build"
"prepublish": "rm -rf ./lib && npm run build",
"lint": "eslint ./src"
},
"keywords": [
"dynamic",
Expand Down

0 comments on commit e1a8c93

Please sign in to comment.