Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #31 from MicrosoftDX/vNext
Browse files Browse the repository at this point in the history
0.5.1
  • Loading branch information
billba authored Jun 9, 2016
2 parents 3b4222c + 7dd1063 commit 89f079f
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
@@ -1,6 +1,6 @@
{
"name": "kurvejs",
"version": "0.5.0",
"version": "0.5.1",
"description": "Kurve JS library",
"license": "MIT",
"main": "./dist/kurve.js",
Expand All @@ -9,8 +9,8 @@
"type": "git",
"url": "https://github.com/MicrosoftDX/kurvejs"
},
"scripts" : {
"build": "tsc && node umdify.js ./dist/kurve.js umd.js Kurve && node typify.js ./dist/kurve.d.ts Kurve"
"scripts": {
"build": "tsc && node umdify.js ./dist/kurve.js umd.js Kurve && node typify.js ./dist/kurve.d.ts Kurve"
},
"devDependencies": {
"typescript": "1.8.9"
Expand Down

0 comments on commit 89f079f

Please sign in to comment.