Skip to content

Commit

Permalink
解决无法npm 无法引用问题
Browse files Browse the repository at this point in the history
  • Loading branch information
sakitam-fdd committed May 8, 2017
1 parent 04ab656 commit b32bb03
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
14 changes: 6 additions & 8 deletions dist/HMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -18436,7 +18436,7 @@ module.exports = {
"spec": ">=2.4.3 <3.0.0",
"type": "range"
},
"E:\\codeRepository\\github\\HMap"
"E:\\github\\HMap"
]
],
"_cnpm_publish_time": 1488570791097,
Expand Down Expand Up @@ -18468,11 +18468,11 @@ module.exports = {
"_requiredBy": [
"/"
],
"_resolved": "http://registry.npmjs.org/proj4/-/proj4-2.4.3.tgz",
"_resolved": "https://registry.npm.taobao.org/proj4/download/proj4-2.4.3.tgz",
"_shasum": "f3bb7e631bffc047c36a1a3cc14533a03bbe9969",
"_shrinkwrap": null,
"_spec": "proj4@^2.4.3",
"_where": "E:\\codeRepository\\github\\HMap",
"_where": "E:\\github\\HMap",
"author": "",
"bugs": {
"url": "https://github.com/proj4js/proj4js/issues"
Expand Down Expand Up @@ -19686,7 +19686,7 @@ function sExpr(v, obj) {

module.exports = {
"name": "hmap-js",
"version": "1.2.1",
"version": "1.2.3",
"private": false,
"description": "WEBGIS API",
"keywords": [
Expand All @@ -19700,7 +19700,7 @@ module.exports = {
"type": "git",
"url": "https://github.com/sakitam-fdd/HMap.git"
},
"main": "index.js",
"main": "src/index.js",
"scripts": {
"build": "webpack --env build",
"dev": "webpack --progress --colors --watch --env dev",
Expand All @@ -19710,11 +19710,9 @@ module.exports = {
"dependencies": {
"babel-preset-stage-3": "^6.24.1",
"friendly-errors-webpack-plugin": "^1.6.1",
"jquery": "^3.1.1",
"mathjs": "^3.12.0",
"openlayers": "^4.0.1",
"proj4": "^2.4.3",
"webpack-dashboard": "^0.4.0"
"proj4": "^2.4.3"
},
"devDependencies": {
"babel": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion dist/HMap.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/HMap.min.js

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hmap-js",
"version": "1.2.2",
"version": "1.2.3",
"private": false,
"description": "WEBGIS API",
"keywords": [
Expand All @@ -14,7 +14,7 @@
"type": "git",
"url": "https://github.com/sakitam-fdd/HMap.git"
},
"main": "index.js",
"main": "src/index.js",
"scripts": {
"build": "webpack --env build",
"dev": "webpack --progress --colors --watch --env dev",
Expand All @@ -24,11 +24,9 @@
"dependencies": {
"babel-preset-stage-3": "^6.24.1",
"friendly-errors-webpack-plugin": "^1.6.1",
"jquery": "^3.1.1",
"mathjs": "^3.12.0",
"openlayers": "^4.0.1",
"proj4": "^2.4.3",
"webpack-dashboard": "^0.4.0"
"proj4": "^2.4.3"
},
"devDependencies": {
"babel": "^6.0.0",
Expand Down

0 comments on commit b32bb03

Please sign in to comment.