Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Aug 9, 2016
1 parent 4a4effe commit df616de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "reflect-metadata",
"version": "0.1.4",
"version": "0.1.5",
"description": "Polyfill for Metadata Reflection API",
"main": "Reflect.js",
"typings": "typings.d.ts",
"typescript": {
"definition": "reflect-metadata.d.ts"
},
"scripts": {
"build": "./node_modules/.bin/tsc.cmd",
"build-test": "./node_modules/.bin/tsc.cmd --project ./test/",
"test": "npm run-script build-test & node ./temp/test/run.js"
"build": "tsc",
"build-test": "tsc --project ./test/",
"test": "npm run build-test & node ./temp/test/run.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit df616de

Please sign in to comment.