Skip to content

Commit

Permalink
Releasing v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Mar 9, 2016
1 parent 7f5d92f commit 16c9d29
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"name": "dexie",
"version": "1.3.1",
"version": "1.3.2",
"description": "A Minimalistic Wrapper for IndexedDB",
"main": "dist/dexie.js",
"jsnext:main": "dist/dexie.es6.js",
"typings": "dist/dexie.d.ts",
"typescript": {
"definitions": [
"dist/dexie.d.ts"
"dist/dexie.d.ts"
]
},
"jspm": {
"main": "dist/dexie.es6.js",
"files": ["dist/dexie.es6.js"]
"files": [
"dist/dexie.es6.js"
]
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 16c9d29

Please sign in to comment.