Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 799f03e

Browse files
committed
fix build
1 parent 6e3f4b7 commit 799f03e

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

.swagger-codegen-ignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@
2121
#docs/*.md
2222
# Then explicitly reverse the ignore rule for a single file:
2323
#!docs/README.md
24+
25+
package.json
26+
webpack.config.js

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,23 @@
55
"license": "MIT",
66
"main": "src/index.js",
77
"scripts": {
8-
"test": "./node_modules/mocha/bin/mocha --recursive"
8+
"test": "./node_modules/mocha/bin/mocha --recursive",
9+
"build": "webpack"
910
},
1011
"browser": {
1112
"fs": false
1213
},
1314
"dependencies": {
14-
"superagent": "3.5.2"
15+
"babel": "^6.23.0",
16+
"babel-core": "^6.26.3",
17+
"babel-loader": "^7.1.4",
18+
"superagent": "^3.5.2",
19+
"webpack": "^4.12.2"
1520
},
1621
"devDependencies": {
22+
"expect.js": "~0.3.1",
1723
"mocha": "~2.3.4",
1824
"sinon": "1.17.3",
19-
"expect.js": "~0.3.1"
25+
"webpack-cli": "^3.0.8"
2026
}
2127
}

0 commit comments

Comments
 (0)