Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren committed Dec 18, 2015
1 parent e3a1c97 commit 88e6134
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .builderrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
archetypes:
- builder-react-component
- builder-victory-component
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ script:
- node_modules/.bin/builder run check-ci

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

# Prune deps to just production and ensure we can still build
- npm prune --production
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"homepage": "https://github.com/formidablelabs/victory",
"scripts": {
"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",
"postinstall": "cd lib || builder run npm:postinstall",
"preversion": "builder run npm:preversion",
"version": "builder run npm:version",
"test": "builder run npm:test",
Expand All @@ -31,9 +31,9 @@
"style-loader": "~0.8.0",
"url-loader": "~0.5.5",
"victory-animation": "0.0.13",
"victory-axis": "1.5.5",
"victory-axis": "1.5.7",
"victory-bar": "2.5.0",
"victory-chart": "2.1.0",
"victory-chart": "2.1.1",
"victory-line": "0.6.0",
"victory-label": "0.1.9",
"victory-pie": "0.2.0",
Expand All @@ -42,6 +42,7 @@
"devDependencies": {
"builder-victory-component-dev": "~0.0.6",
"chai": "^3.2.0",
"file-loader": "^0.8.5",
"formidable-landers": "latest",
"mocha": "^2.3.3",
"react": "0.14.x",
Expand Down

0 comments on commit 88e6134

Please sign in to comment.