Skip to content

Commit

Permalink
📝 add CONTRIBUTING and make npm test work on windows as well
Browse files Browse the repository at this point in the history
  • Loading branch information
basarat committed Sep 29, 2015
1 parent 26caa95 commit 408e99f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,7 @@
# Setup

`npm install`

# Test

`npm test`
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 TypeStrong
Copyright (c) 2015 TypeStrong

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"tsconfig.d.ts"
],
"scripts": {
"lint": "# TODO",
"lint": "echo TODO",
"build": "npm run build-ts",
"build-ts": "rm -rf dist && tsc",
"test-spec": "mocha dist/**/*.spec.js -R spec --bail",
Expand Down

0 comments on commit 408e99f

Please sign in to comment.