Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #149 from FormidableLabs/infra/new-build
Browse files Browse the repository at this point in the history
Webpack3 + ES6 Exports
  • Loading branch information
boygirl authored Jul 13, 2017
2 parents 5fae990 + 2e0a3b7 commit 51bc064
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "builder-victory-component/config/babel/.babelrc"
"extends": "builder-victory-component/config/babel/.babelrc-react"
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ $RECYCLE.BIN/

# App specific
.tmp
.vscode
bower_components
coverage
dist
lib
es
node_modules
npm-debug.log*
yarn.lock
Expand Down
1 change: 1 addition & 0 deletions .npmignore.publishr
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
!/dist
dist/*.map
!/es
!/lib
!/src
!LICENSE.txt
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version": "11.2.0",
"description": "D3 pie & donut chart component for React",
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/victory-pie.git"
Expand All @@ -17,7 +19,7 @@
"npm": ">=2.0.0"
},
"scripts": {
"postinstall": "cd lib || builder run npm:postinstall",
"postinstall": "builder run npm:postinstall",
"preversion": "builder run npm:preversion",
"postversion": "builder run npm:postversion",
"postpublish": "builder run npm:postpublish",
Expand All @@ -28,14 +30,14 @@
},
"dependencies": {
"builder": "^3.2.1",
"builder-victory-component": "^4.0.2",
"builder-victory-component": "^5.0.1",
"d3-shape": "^1.0.0",
"lodash": "^4.17.4",
"victory-core": "^16.2.0"
"victory-core": "^16.3.0"
},
"devDependencies": {
"@kadira/storybook": "^1.25.0",
"builder-victory-component-dev": "^4.0.2",
"builder-victory-component-dev": "^5.0.1",
"chai": "^3.5.0",
"chai-enzyme": "0.4.1",
"enzyme": "^2.4.1",
Expand Down
File renamed without changes.

0 comments on commit 51bc064

Please sign in to comment.