We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0c625 commit 10ea49eCopy full SHA for 10ea49e
package.json
@@ -127,9 +127,7 @@
127
"files": [
128
"bin",
129
"dist",
130
- "docs",
131
"lib",
132
- "examples",
133
"main",
134
"types",
135
"number.cjs",
@@ -139,6 +137,10 @@
139
137
"HISTORY.md",
140
138
"CONTRIBUTING.md"
141
],
+ "directories": {
+ "bin": "./bin",
142
+ "lib": "./lib"
143
+ },
144
"scripts": {
145
"build": "gulp --gulpfile gulpfile.cjs && npm run update-authors",
146
"build-and-test": "npm run build && npm run test:all && npm run lint",
@@ -171,13 +173,6 @@
171
173
"bugs": {
172
174
"url": "https://github.com/josdejong/mathjs/issues"
175
},
- "directories": {
- "doc": "./docs",
176
- "example": "./examples",
177
- "lib": "./lib",
178
- "src": "./src",
179
- "test": "./test"
180
- },
181
"browserslist": [
182
"IE 11"
183
0 commit comments