Comparing version 1.0.0 to 1.0.1
/** | ||
* Created by Administrator on 2016/9/2. | ||
*/ | ||
var sayHelloWorld = require("./lib/index.js"); | ||
sayHelloWorld(); | ||
module.exports = require("./lib/index.js"); |
@@ -6,2 +6,3 @@ /** | ||
import Cookie from "js-cookie"; | ||
// var Cookie = require("s-cookie"); | ||
@@ -414,2 +415,2 @@ /** | ||
hospitalOption : hospitalOption | ||
}; | ||
}; |
{ | ||
"name": "gst-tools", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "gst tools", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"preversion": "npm test", | ||
"version": "npm run build && git add -A dist", | ||
"postversion": "git push && git push --tags && rm -rf build/temp" | ||
}, | ||
@@ -29,2 +31,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"babel-core": "^6.14.0", | ||
"babel-polyfill": "^6.13.0", | ||
@@ -31,0 +34,0 @@ "babel-preset-es2015": "^6.14.0" |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
12911
9
411
1
3