Skip to content

Commit bcd9c7a

Browse files
committed
Added types.d.ts to output
1 parent e28bace commit bcd9c7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.6",
2+
"version": "1.0.7",
33
"author": "Jaid <jaid.jsx@gmail.com> (https://github.com/Jaid)",
44
"babel": {
55
"presets": [
@@ -31,7 +31,6 @@
3131
"test": "npm run build:prod && jest",
3232
"test:dev": "npm run build:dev && jest",
3333
"test:debug": "node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
34-
"prepare": "jest --clearCache",
3534
"release": "npm run build:prod && npm publish dist && cross-env git tag v$npm_package_version && git push --tags && cross-env opn https://github.com/$npm_package_author_name/$(basename $PWD)/releases/new?tag=v$npm_package_version"
3635
}
3736
}

0 commit comments

Comments
 (0)