Skip to content

Commit

Permalink
Merge pull request #84 from viktor-ku/new-ts-publishing-rules
Browse files Browse the repository at this point in the history
package.json: change typings to types
  • Loading branch information
shakee93 committed Oct 8, 2018
2 parents 311706d + f018e9b commit 780de6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/shakee93/vue-toasted.git"
},
"main": "./dist/vue-toasted.min.js",
"typings": "./types/index.d.ts",
"types": "./types/index.d.ts",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --config ./build/webpack.release.js --progress --hide-modules",
Expand Down

0 comments on commit 780de6d

Please sign in to comment.