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 58d5bcc commit d4b35ccCopy full SHA for d4b35cc
bin/fc-builder.js
package.json
@@ -7,8 +7,7 @@
7
"clean:FC": "rimraf ./src/modules/fusioncharts",
8
"copy:FC": "cp -r ./node_modules/fusioncharts ./src/modules/fusioncharts",
9
"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",
+ "build:FC": "npm run clean:FC && npm run copy:FC && npm run clean:package && gulp",
12
"test": "jest ./__tests__/index.test.js"
13
},
14
"dependencies": {
0 commit comments