We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ec333 commit f396577Copy full SHA for f396577
.npmignore
@@ -0,0 +1,2 @@
1
+src/*
2
+task/*
package.json
@@ -1,11 +1,12 @@
{
"name": "iniettore",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "A light and simple IoC container",
5
"main": "lib/iniettore.js",
6
"scripts": {
7
"test": "node_modules/.bin/gulp test",
8
- "build": "node_modules/.bin/gulp default"
+ "build": "node_modules/.bin/gulp default",
9
+ "prepublish": "node_modules/.bin/gulp build"
10
},
11
"keywords": [
12
"ioc",
0 commit comments