Skip to content

Commit

Permalink
Published version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Nov 14, 2015
1 parent 48df201 commit acf2db7
Show file tree
Hide file tree
Showing 8 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ coverage
notes.md
lib
test/babel-tests.js
test/typescript-tests.js
test/typescript-tests.js*
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 1.0.4
# 1.0.6

Fix incompatibility issue with systemjs bundler

# 1.0.4/5

* `map.size` is now a property instead of a function
* `map()` now accepts an array as entries to construct the new map
Expand Down
130 changes: 63 additions & 67 deletions dist/mobservable.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/mobservable.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/mobservable.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mobservable.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobservable",
"version": "1.0.5",
"version": "1.0.6",
"description": "Observable data. Reactive functions. Simple code.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var webpack = require('webpack');

module.exports = {
entry: './index.js',
entry: './lib/index.js',
devtool: 'source-map',
output: {
libraryTarget: 'umd',
Expand Down

0 comments on commit acf2db7

Please sign in to comment.