Skip to content
This repository was archived by the owner on Sep 12, 2020. It is now read-only.

Commit ae9ad40

Browse files
author
Devajit Asem
committed
🚀 Bump version 0.2.5
1 parent 89e77f4 commit ae9ad40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-menus-dd",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "A highly configurable dropdown menu in React",
55
"repository": {
66
"type": "git",
@@ -20,10 +20,12 @@
2020
"mocha": "--require scripts/mocha_runner src/**/__tests__/**/*.js"
2121
},
2222
"scripts": {
23+
"copy:assets": "cp src/menu.css src/menus.css src/arrow_right.png dist/",
2324
"prepublish": "babel --plugins transform-es2015-modules-umd src --ignore __tests__ --out-dir ./dist",
2425
"testonly": "mocha $npm_package_options_mocha",
2526
"test": "npm run lint && npm run testonly",
26-
"test-watch": "npm run testonly -- --watch --watch-extensions js"
27+
"test-watch": "npm run testonly -- --watch --watch-extensions js",
28+
"prepare": "npm run prepublish && npm run copy:assets"
2729
},
2830
"devDependencies": {
2931
"babel-cli": "^6.6.4",

0 commit comments

Comments
 (0)