Skip to content

Commit d4b35cc

Browse files
author
Rex
committed
Support-2399 : Removed the no longer fc-builder file.
1 parent 58d5bcc commit d4b35cc

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

bin/fc-builder.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"clean:FC": "rimraf ./src/modules/fusioncharts",
88
"copy:FC": "cp -r ./node_modules/fusioncharts ./src/modules/fusioncharts",
99
"clean:package": "rimraf ./src/modules/fusioncharts/package.json",
10-
"addDep:RN": "node ./bin/fc-builder.js",
11-
"build:FC": "npm run clean:FC && npm run copy:FC && npm run clean:package && npm run addDep:RN && gulp",
10+
"build:FC": "npm run clean:FC && npm run copy:FC && npm run clean:package && gulp",
1211
"test": "jest ./__tests__/index.test.js"
1312
},
1413
"dependencies": {

0 commit comments

Comments
 (0)