Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cwallis committed Jan 22, 2017
1 parent 4f88e18 commit 7821cf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"typings": "./src/main",
"typeRoots": [
"node_modules/@types"
],
"node_modules/@types"
],
"scripts": {
"build": "npm run build:common && npm run build:cdn && npm run compress:cdn",
"build:common": "rollup -c rollup.common.js",
Expand All @@ -40,5 +40,5 @@
"rebuild": "npm run clean && npm run build",
"test": "node_modules/.bin/mocha --require ts-node/register --reporter spec ./tests/**/**.ts"
},
"version": "0.0.5"
"version": "0.0.6"
}

0 comments on commit 7821cf8

Please sign in to comment.