Skip to content

Commit

Permalink
Provide a way to easily import the lib in a browserify project
Browse files Browse the repository at this point in the history
  • Loading branch information
fazouane-marouane committed Oct 30, 2017
1 parent 1f08811 commit 5a12672
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.2.4

* Provide a way to easily import the lib in a browserify project.

## 1.2.3

* Provide the lib as a ES2015 module and umd module to please everyone.
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fancy-textfill",
"version": "1.2.3",
"version": "1.2.4",
"description": "Fast implementation for resizing text to fill its container.",
"main": "es2015/index.js",
"repository": "https://github.com/fazouane-marouane/fancy-textfill",
Expand All @@ -18,6 +18,7 @@
}
}
},
"browserify": { "transform": [["babelify", { "presets": ["es2015"] }]] },
"scripts": {
"build": "neutrino build && tsc --outDir es2015",
"test": "NODE_ENV=development intern-runner config=test/intern"
Expand Down

0 comments on commit 5a12672

Please sign in to comment.