##// END OF EJS Templates
fixed dependencies, set --access=public in package.json
cin -
r5:cbf6644b80a2 default
parent child
Show More
@@ -3,9 +3,6
3 "version": "0.0.1-dev",
3 "version": "0.0.1-dev",
4 "description": "Dependency injection, logging, simple and fast text template engine",
4 "description": "Dependency injection, logging, simple and fast text template engine",
5 "main": "main.js",
5 "main": "main.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [
6 "keywords": [
10 "di",
7 "di",
11 "ioc",
8 "ioc",
@@ -15,5 +12,11
15 ],
12 ],
16 "author": "Implab team",
13 "author": "Implab team",
17 "license": "BSD",
14 "license": "BSD",
18 "repository": "https://bitbucket.org/implab/implabjs"
15 "repository": "https://bitbucket.org/implab/implabjs",
16 "publishConfig": {
17 "access": "public"
18 },
19 "dependencies": {
20 "dojo": "^1.10.0"
19 }
21 }
22 }
General Comments 0
You need to be logged in to leave comments. Login now