package
This commit is contained in:
parent
354bfb84b8
commit
b7b4913d24
|
@ -47,8 +47,8 @@
|
|||
<file leaf-file-name="package.json" pinned="false" current-in-tab="true">
|
||||
<entry file="file://$PROJECT_DIR$/package.json">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="330">
|
||||
<caret line="15" column="17" selection-start-line="15" selection-start-column="17" selection-end-line="15" selection-end-column="17" />
|
||||
<state relative-caret-position="396">
|
||||
<caret line="18" column="0" selection-start-line="18" selection-start-column="0" selection-end-line="18" selection-end-column="0" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
|
@ -417,12 +417,12 @@
|
|||
<workItem from="1467606347040" duration="3843000" />
|
||||
<workItem from="1467840020930" duration="1614000" />
|
||||
<workItem from="1467938148836" duration="1798000" />
|
||||
<workItem from="1468092833685" duration="1545000" />
|
||||
<workItem from="1468092833685" duration="1880000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TimeTrackingManager">
|
||||
<option name="totallyTimeSpent" value="30472000" />
|
||||
<option name="totallyTimeSpent" value="30807000" />
|
||||
</component>
|
||||
<component name="ToolWindowManager">
|
||||
<frame x="-8" y="106" width="1701" height="893" extended-state="0" />
|
||||
|
@ -894,8 +894,8 @@
|
|||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/package.json">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="330">
|
||||
<caret line="15" column="17" selection-start-line="15" selection-start-column="17" selection-end-line="15" selection-end-column="17" />
|
||||
<state relative-caret-position="396">
|
||||
<caret line="18" column="0" selection-start-line="18" selection-start-column="0" selection-end-line="18" selection-end-column="0" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
|
|
|
@ -13,7 +13,8 @@
|
|||
"less-plugin-autoprefix": "^1.5.1",
|
||||
"main-bower-files": "^2.13.1"
|
||||
},
|
||||
"postinstall": "npm install -g grunt; npm install -g bower; .heroku/node/bin/bower install; .heroku/node/bin/grunt; .heroku/node/bin/grunt copy"
|
||||
|
||||
"scripts": {
|
||||
"postinstall": "npm install -g grunt; npm install -g bower; .heroku/node/bin/bower install; .heroku/node/bin/grunt; .heroku/node/bin/grunt copy"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue