Browse Source

Use the `types` name instead of `typings` in package.json

string-allowed-chars
Sindre Sorhus 6 years ago
parent
commit
d62a06c192
  1. 2
      package.json

2
package.json

@ -71,7 +71,7 @@
"webpack": "^4.29.0",
"webpack-cli": "^3.1.2"
},
"typings": "dist",
"types": "dist",
"sideEffects": false,
"ava": {
"babel": false,

Loading…
Cancel
Save