Skip to content

Commit

Permalink
Adds prebublish script and npmignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Jun 29, 2014
1 parent 60ec333 commit f396577
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
src/*
task/*
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "iniettore",
"version": "0.0.2",
"version": "0.0.3",
"description": "A light and simple IoC container",
"main": "lib/iniettore.js",
"scripts": {
"test": "node_modules/.bin/gulp test",
"build": "node_modules/.bin/gulp default"
"build": "node_modules/.bin/gulp default",
"prepublish": "node_modules/.bin/gulp build"
},
"keywords": [
"ioc",
Expand Down

0 comments on commit f396577

Please sign in to comment.