Commit 71b57dea9344ae40afddd1740ca404797fec56cd

Authored by 马雄伟
1 parent 4fdb3928

配置package

.idea/workspace.xml
... ... @@ -2,15 +2,6 @@
2 2 <project version="4">
3 3 <component name="ChangeListManager">
4 4 <list default="true" id="7c129a10-9126-4f9f-90c6-b7bb7deea158" name="Default" comment="">
5   - <change type="DELETED" beforePath="$PROJECT_DIR$/.idea/dictionaries/xiaoma.xml" afterPath="" />
6   - <change type="DELETED" beforePath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterPath="" />
7   - <change type="DELETED" beforePath="$PROJECT_DIR$/.idea/jsLibraryMappings.xml" afterPath="" />
8   - <change type="DELETED" beforePath="$PROJECT_DIR$/.idea/misc.xml" afterPath="" />
9   - <change type="DELETED" beforePath="$PROJECT_DIR$/.idea/modules.xml" afterPath="" />
10   - <change type="DELETED" beforePath="$PROJECT_DIR$/.idea/vcs.xml" afterPath="" />
11   - <change type="DELETED" beforePath="$PROJECT_DIR$/.idea/vue.vchangyi.third.wx.iml" afterPath="" />
12   - <change type="DELETED" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="" />
13   - <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.gitignore" afterPath="$PROJECT_DIR$/.gitignore" />
14 5 <change type="MODIFICATION" beforePath="$PROJECT_DIR$/package.json" afterPath="$PROJECT_DIR$/package.json" />
15 6 </list>
16 7 <ignored path="$PROJECT_DIR$/.tmp/" />
... ... @@ -28,8 +19,8 @@
28 19 <file leaf-file-name="package.json" pinned="false" current-in-tab="false">
29 20 <entry file="file://$PROJECT_DIR$/package.json">
30 21 <provider selected="true" editor-type-id="text-editor">
31   - <state relative-caret-position="165">
32   - <caret line="11" column="4" lean-forward="false" selection-start-line="11" selection-start-column="4" selection-end-line="11" selection-end-column="4" />
  22 + <state relative-caret-position="150">
  23 + <caret line="10" column="78" lean-forward="false" selection-start-line="10" selection-start-column="78" selection-end-line="10" selection-end-column="78" />
33 24 <folding />
34 25 </state>
35 26 </provider>
... ... @@ -53,8 +44,8 @@
53 44 <component name="IdeDocumentHistory">
54 45 <option name="CHANGED_PATHS">
55 46 <list>
56   - <option value="$PROJECT_DIR$/package.json" />
57 47 <option value="$PROJECT_DIR$/.gitignore" />
  48 + <option value="$PROJECT_DIR$/package.json" />
58 49 </list>
59 50 </option>
60 51 </component>
... ... @@ -180,12 +171,12 @@
180 171 <option name="number" value="Default" />
181 172 <option name="presentableId" value="Default" />
182 173 <updated>1539326039407</updated>
183   - <workItem from="1539326040584" duration="1756000" />
  174 + <workItem from="1539326040584" duration="1844000" />
184 175 </task>
185 176 <servers />
186 177 </component>
187 178 <component name="TimeTrackingManager">
188   - <option name="totallyTimeSpent" value="1756000" />
  179 + <option name="totallyTimeSpent" value="1844000" />
189 180 </component>
190 181 <component name="ToolWindowManager">
191 182 <frame x="0" y="23" width="1440" height="797" extended-state="0" />
... ... @@ -222,8 +213,8 @@
222 213 <component name="editorHistoryManager">
223 214 <entry file="file://$PROJECT_DIR$/package.json">
224 215 <provider selected="true" editor-type-id="text-editor">
225   - <state relative-caret-position="165">
226   - <caret line="11" column="4" lean-forward="false" selection-start-line="11" selection-start-column="4" selection-end-line="11" selection-end-column="4" />
  216 + <state relative-caret-position="150">
  217 + <caret line="10" column="78" lean-forward="false" selection-start-line="10" selection-start-column="78" selection-end-line="10" selection-end-column="78" />
227 218 <folding />
228 219 </state>
229 220 </provider>
... ...
package.json
... ... @@ -8,7 +8,7 @@
8 8 },
9 9 "repository": {
10 10 "type": "git",
11   - "url": "https://gitlab.vchangyi.com:front/vue.vchangyi.third.wx.git"
  11 + "url": "https://gitlab.vchangyi.com:front/vue.vchangyi.third.wx.git#V1.0.0"
12 12 },
13 13 "author": "",
14 14 "license": "ISC"
... ...