Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updates environment
  • Loading branch information
davelandry committed Dec 21, 2017
1 parent 3ce5d48 commit 5c7b591
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,6 +1,7 @@
.DS_Store
build
dev
es
example/**/*.html
node_modules
npm-debug.log
6 changes: 4 additions & 2 deletions .npmignore
@@ -1,6 +1,8 @@
build/*.zip
example/
test/
example
dev
src
test
.eslintrc
.gitignore
.travis.yml
Expand Down
7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.9.23",
"description": "A smart SVG text box with line wrapping and automatic font size scaling.",
"main": "build/d3plus-text.js",
"jsnext:main": "index",
"jsnext:main": "es/index",
"license": "MIT",
"homepage": "https://d3plus.org",
"repository": {
Expand Down Expand Up @@ -39,5 +39,6 @@
},
"devDependencies": {
"d3plus-dev": "^0.5.1"
}
}
},
"module": "es/index"
}

0 comments on commit 5c7b591

Please sign in to comment.