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

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
billba committed Jun 9, 2016
1 parent 7218736 commit 7dd1063
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 7dd1063

Please sign in to comment.