We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.npmignore
package.json
1 parent 34ac400 commit f6b15abCopy full SHA for f6b15ab
.npmignore
@@ -0,0 +1,15 @@
1
+node_modules
2
+bower_components
3
+coverage
4
+*.log
5
+spec
6
+freelancer
7
+.jscsrc
8
+.gitignore
9
+README.md
10
+PULL_REQUEST_TEMPLATE.md
11
+ISSUE_TEMPLATE.md
12
+protractor.conf.js
13
+.travis.yml
14
+Gruntfile.js
15
+karma.conf.js
package.json
@@ -11,7 +11,8 @@
"build": "grunt && doctoc ./README.md && doctoc ./doc/README.md && doctoc ./doc/CHANGES.md",
"test": "grunt lint && karma start karma.conf.js",
"lint": "grunt lint",
- "reset": "rm -rf dist node_modules"
+ "reset": "rm -rf dist node_modules",
+ "prepublishOnly": "npm build"
16
},
17
"keywords": [
18
"gridstack",
0 commit comments