update
This commit is contained in:
		
							
								
								
									
										11
									
								
								test/node_modules/npmts/package.json
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								test/node_modules/npmts/package.json
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "npmts",
 | 
			
		||||
  "version": "0.0.5",
 | 
			
		||||
  "version": "0.0.6",
 | 
			
		||||
  "description": "write npm modules with TypeScript",
 | 
			
		||||
  "main": "index.js",
 | 
			
		||||
  "bin": {
 | 
			
		||||
@@ -8,6 +8,7 @@
 | 
			
		||||
  },
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "test": "(cd compile && node compile.js)",
 | 
			
		||||
    "release": "(git add -A && git commit -m 'update' && git push origin master && npm version patch && npm publish)",
 | 
			
		||||
    "testm": "(cd test/ && npm update && npm test)"
 | 
			
		||||
  },
 | 
			
		||||
  "repository": {
 | 
			
		||||
@@ -34,9 +35,9 @@
 | 
			
		||||
    "gulp-typescript": "^2.10.0",
 | 
			
		||||
    "smartcli": "0.0.11"
 | 
			
		||||
  },
 | 
			
		||||
  "gitHead": "39b7fe99c7ba1d5299c4a7d61f1dad52ee0fb561",
 | 
			
		||||
  "gitHead": "ea793f9556a074c20e945284b9b3c24af8e9b222",
 | 
			
		||||
  "readme": "ERROR: No README data found!",
 | 
			
		||||
  "_id": "npmts@0.0.5",
 | 
			
		||||
  "_shasum": "f38b99c06a047aec650770b891c588b1cec03db0",
 | 
			
		||||
  "_from": "npmts@0.0.5"
 | 
			
		||||
  "_id": "npmts@0.0.6",
 | 
			
		||||
  "_shasum": "6a9fe8963240a8443bb5cc152092ba9a0f929b70",
 | 
			
		||||
  "_from": "npmts@0.0.6"
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										3
									
								
								test/test.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								test/test.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
(function () {
 | 
			
		||||
    console.log("test");
 | 
			
		||||
}());
 | 
			
		||||
		Reference in New Issue
	
	Block a user