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

Commit

Permalink
fix(npm): fix #16 add .npmignore not to ignore index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed Apr 2, 2015
1 parent 6672bfb commit ec4ce3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added .npmignore
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-simple",
"version": "1.0.1",
"version": "1.0.2",
"description": "Simple API to compile TypeScript code string to JavaScript. That's all!",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ec4ce3e

Please sign in to comment.