Commit fa0b9bb0 authored by rockyl's avatar rockyl

init

parent 6be7524b
...@@ -28,14 +28,15 @@ ...@@ -28,14 +28,15 @@
], ],
"devDependencies": { "devDependencies": {
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-browserify": "~2.0.1",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-jshint": "^0.11.2", "grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-nodeunit": "^0.4.1", "grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-uglify": "~0.4.0", "grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.5.0", "grunt-contrib-watch": "~0.5.0"
"grunt-browserify": "~2.0.1",
"grunt-contrib-concat": "^0.4.0"
}, },
"dependencies": { "dependencies": {
"@types/p2": "^0.7.32",
"poly-decomp": "0.1.1" "poly-decomp": "0.1.1"
} }
} }
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
# yarn lockfile v1 # yarn lockfile v1
"@types/p2@^0.7.32":
version "0.7.32"
resolved "https://registry.npm.taobao.org/@types/p2/download/@types/p2-0.7.32.tgz#dda9f5f6a84a2040b1a35ec887165971e8b99f48"
integrity sha1-3an19qhKIECxo17IhxZZcei5n0g=
Base64@~0.2.0: Base64@~0.2.0:
version "0.2.1" version "0.2.1"
resolved "https://registry.npm.taobao.org/Base64/download/Base64-0.2.1.tgz#ba3a4230708e186705065e66babdd4c35cf60028" resolved "https://registry.npm.taobao.org/Base64/download/Base64-0.2.1.tgz#ba3a4230708e186705065e66babdd4c35cf60028"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment