Skip to content

Commit

Permalink
Merge branch 'feat/esm'
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhecher committed Oct 3, 2018
2 parents a364017 + 67a3157 commit f3012b8
Show file tree
Hide file tree
Showing 3 changed files with 951 additions and 1,241 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redsift/sift-sdk-web",
"version": "0.13.0",
"version": "0.14.0",
"description": "SDK for developing web-based Sifts.",
"jsnext:main": "dist/sift-sdk-web.esm.js",
"module": "dist/sift-sdk-web.esm.js",
Expand All @@ -23,11 +23,10 @@
"license": "MIT",
"dependencies": {
"@redsift/observable": "^1.2.0",
"@redsift/rs-storage": "^1.3.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1"
"@redsift/rs-storage": "^1.3.1"
},
"devDependencies": {
"@redsift/rollup-bundler": "^0.5.0-beta7"
"@babel/runtime": "^7.0.0",
"@redsift/rollup-bundler": "^0.6.1"
}
}
Loading

0 comments on commit f3012b8

Please sign in to comment.