Skip to content

Commit f396577

Browse files
committed
Adds prebublish script and npmignore file
1 parent 60ec333 commit f396577

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
src/*
2+
task/*

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "iniettore",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A light and simple IoC container",
55
"main": "lib/iniettore.js",
66
"scripts": {
77
"test": "node_modules/.bin/gulp test",
8-
"build": "node_modules/.bin/gulp default"
8+
"build": "node_modules/.bin/gulp default",
9+
"prepublish": "node_modules/.bin/gulp build"
910
},
1011
"keywords": [
1112
"ioc",

0 commit comments

Comments
 (0)