Skip to content

Commit

Permalink
add description and README to package
Browse files Browse the repository at this point in the history
  • Loading branch information
inkz committed Aug 16, 2021
1 parent bd05b19 commit 19c3b70
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unpack-jsmap",
"version": "1.0.1",
"description": "",
"version": "1.0.2",
"description": "Library for recovering files from Webpack sourcemaps (`.js.map`).",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,8 @@
"author": "Vasilii Ermilov",
"license": "ISC",
"files": [
"lib/**/*"
"lib/**/*",
"README.md"
],
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
Expand Down

0 comments on commit 19c3b70

Please sign in to comment.