Skip to content

Commit 88e6134

Browse files
author
Lauren
committed
update
1 parent e3a1c97 commit 88e6134

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.builderrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
archetypes:
3-
- builder-react-component
3+
- builder-victory-component

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ script:
2727
- node_modules/.bin/builder run check-ci
2828

2929
# Ensure we can build static site
30-
- npm run build-static-docs
30+
- node_modules/.bin/builder run docs-build-static
3131

3232
# Prune deps to just production and ensure we can still build
3333
- npm prune --production

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"homepage": "https://github.com/formidablelabs/victory",
1616
"scripts": {
17-
"postinstall": "cd lib || builder run npm:postinstall || echo 'POSTINSTALL FAILED: If using npm v2, please upgrade to npm v3. See bug https://github.com/FormidableLabs/builder/issues/35' && exit 1",
17+
"postinstall": "cd lib || builder run npm:postinstall",
1818
"preversion": "builder run npm:preversion",
1919
"version": "builder run npm:version",
2020
"test": "builder run npm:test",
@@ -31,9 +31,9 @@
3131
"style-loader": "~0.8.0",
3232
"url-loader": "~0.5.5",
3333
"victory-animation": "0.0.13",
34-
"victory-axis": "1.5.5",
34+
"victory-axis": "1.5.7",
3535
"victory-bar": "2.5.0",
36-
"victory-chart": "2.1.0",
36+
"victory-chart": "2.1.1",
3737
"victory-line": "0.6.0",
3838
"victory-label": "0.1.9",
3939
"victory-pie": "0.2.0",
@@ -42,6 +42,7 @@
4242
"devDependencies": {
4343
"builder-victory-component-dev": "~0.0.6",
4444
"chai": "^3.2.0",
45+
"file-loader": "^0.8.5",
4546
"formidable-landers": "latest",
4647
"mocha": "^2.3.3",
4748
"react": "0.14.x",

0 commit comments

Comments
 (0)